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

/httpd/server/mpm/winnt/
H A Dchild.c72 #ifdef CONTAINING_RECORD
73 #undef CONTAINING_RECORD macro
75 #define CONTAINING_RECORD(address, type, field) ((type *)( \ macro
772 context = CONTAINING_RECORD(pol, winnt_conn_ctx_t, overlapped);

Completed in 11 milliseconds