Searched refs:stat_cache_readdir_reply (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/jam/
H A DStatCacheServer.h28 typedef struct stat_cache_readdir_reply { struct
33 } stat_cache_readdir_reply; typedef in typeref:struct:stat_cache_readdir_reply
H A Dbeos_stat_cache.c152 stat_cache_readdir_reply *reply;
187 stat_cache_readdir_reply *reply;
194 reply = (stat_cache_readdir_reply*)dir;
211 stat_cache_readdir_reply *reply;
217 reply = (stat_cache_readdir_reply*)dir;
H A DStatCacheServer.cpp1349 int32 replySize = sizeof(stat_cache_readdir_reply);
1361 stat_cache_readdir_reply *reply
1362 = (stat_cache_readdir_reply*)new uint8[replySize];

Completed in 23 milliseconds