Lines Matching refs:first
325 char *first, *last;
331 first = r->the_request; /* use the request-line */
333 while (*first && !apr_isspace(*first)) {
334 ++first; /* skip over the method */
336 while (apr_isspace(*first)) {
337 ++first; /* and the space(s) */
340 last = first;
345 return apr_pstrmemdup(r->pool, first, last - first);
773 * each is treated as one or more header lines, and the first non-header
774 * character is returned to **arg, **data. (The first optional arg is