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

/httpd/modules/dav/fs/
H A Drepos.c887 static apr_status_t dav_fs_mktemp(apr_file_t **fp, char *templ, apr_pool_t *p) argument
890 int num = ((getpid() << 7) + (apr_uintptr_t)templ % (1 << 16) ) %
892 char *numstr = templ + strlen(templ) - 6;
894 ap_assert(numstr >= templ);
899 rv = apr_file_open(fp, templ,

Completed in 505 milliseconds