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

/httpd/modules/dav/main/
H A Dutil.c593 static char *dav_fetch_next_token(char **str, char term) function
645 || ((uri = dav_fetch_next_token(&str, '>')) == NULL)) {
689 if ((list = dav_fetch_next_token(&str, ')')) == NULL) {
710 if ((state_token = dav_fetch_next_token(&list, '>')) == NULL) {
725 if ((state_token = dav_fetch_next_token(&list, ']')) == NULL) {

Completed in 1253 milliseconds