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

/httpd/modules/metadata/
H A Dmod_mime_magic.c617 cur_pos, /* current position within fragment */ local
636 for (cur_pos = (cur_frag == start_frag) ? start_pos : 0;
637 frag->str[cur_pos];
638 cur_pos++) {
640 && cur_pos >= start_pos
642 result[res_pos++] = frag->str[cur_pos];
668 cur_pos, /* current position within fragment */ local
697 for (cur_pos = 0; frag->str[cur_pos]; cur_pos
[all...]

Completed in 26 milliseconds