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

/macosx-10.10/dcerpc-61/dcerpc/idl_lib/
H A Dctxeecli.c310 callee_client_entry_t *next_client, *prev_client; local
313 prev_client = this_client->prev_h_client;
316 if (prev_client != NULL)
319 prev_client->next_h_client = next_client;
322 next_client->prev_h_client = prev_client;
/macosx-10.10/ntfs-84/kext/
H A Dntfs_logfile.h290 /* 16*/ le16 prev_client; /* The offset to the previous log client record member in struct:__anon11431
H A Dntfs_logfile.c326 /* The first log client record must not have a prev_client. */
328 if (cr->prev_client != LOGFILE_NO_CLIENT)

Completed in 85 milliseconds