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

/httpd/modules/metadata/
H A Dmod_mime_magic.c613 static char *rsl_strdup(request_rec *r, int start_frag, int start_pos, int len) argument
636 for (cur_pos = (cur_frag == start_frag) ? start_pos : 0;
640 && cur_pos >= start_pos

Completed in 17 milliseconds