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

/httpd/modules/examples/
H A Dmod_example_ipc.c123 const char *tempdir; local
142 rs = apr_temp_dir_get(&tempdir, pconf);
155 shmfilename = apr_psprintf(pconf, "%s/httpd_shm.%ld", tempdir,
/httpd/modules/lua/
H A Dmod_lua.c1996 const char *tempdir; local
2013 rs = apr_temp_dir_get(&tempdir, pconf);
2019 lua_ivm_shmfile = apr_psprintf(pconf, "%s/httpd_lua_shm.%ld", tempdir,

Completed in 17 milliseconds