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

/httpd/modules/examples/
H A Dmod_example_ipc.c83 typedef struct exipc_data { struct
86 } exipc_data; typedef in typeref:struct:exipc_data
122 exipc_data *base;
159 rs = apr_shm_create(&exipc_shm, sizeof(exipc_data),
169 base = (exipc_data *)apr_shm_baseaddr_get(exipc_shm);
227 exipc_data *base;
299 base = (exipc_data *)apr_shm_baseaddr_get(exipc_shm);

Completed in 9 milliseconds