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

/httpd/modules/core/
H A Dmod_macro.c386 returns the pointer and the whichone found, or NULL.
389 const apr_array_header_t * args, int *whichone)
402 *whichone = i;
424 int whichone = -1; local
431 while ((ptr = next_substitution(ptr, macro->arguments, &whichone))) {
433 atab[whichone], rtab[whichone],
434 atab[whichone][0] == ESCAPE_ARG);
438 ptr += strlen(rtab[whichone]);
440 used->elts[whichone]
388 next_substitution(const char *buf, const apr_array_header_t * args, int *whichone) argument
[all...]

Completed in 283 milliseconds