Searched defs:exipc_shm (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/examples/
H A Dmod_example_ipc.c77 apr_shm_t *exipc_shm; /* Pointer to shared memory block */ variable
95 if (exipc_shm)
96 return apr_shm_destroy(exipc_shm);
159 rs = apr_shm_create(&exipc_shm, sizeof(exipc_data),
169 base = (exipc_data *)apr_shm_baseaddr_get(exipc_shm);
299 base = (exipc_data *)apr_shm_baseaddr_get(exipc_shm);

Completed in 9 milliseconds