Searched defs:request_state (Results 1 – 1 of 1) sorted by relevance
45 typedef struct request_state request_state; typedef93 struct request_state struct95 request_state *next; argument96 request_state *primary; // If this operation is on a shared socket, pointer to primary argument115 // operation is, we don't know if we're going to need to allocate a new request_state or not. argument116 transfer_state ts;117 mDNSu32 hdr_bytes; // bytes of header already read118 ipc_msg_hdr hdr;119 mDNSu32 data_bytes; // bytes of message data already read120 char *msgbuf; // pointer to data storage to pass to free()[all …]