Searched refs:term (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/dav/main/
H A Dutil.c139 /* initialize a buffer and copy the specified (null-term'd) string into it */
590 * to the next occurence of char term, or \0, whichever
593 static char *dav_fetch_next_token(char **str, char term) argument
603 if ((sp = strchr(token, term)) == NULL)
870 ** If: header. Of course, asserting the token in a "Not" term will

Completed in 14 milliseconds