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

/httpd/modules/dav/fs/
H A Drepos.c892 char *numstr = templ + strlen(templ) - 6; local
894 ap_assert(numstr >= templ);
898 apr_snprintf(numstr, 7, "%06x", num);

Completed in 829 milliseconds