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

/httpd/server/
H A Dutil_cookies.c186 const char *semi = ";"; local
195 next2 = apr_strtok(next1, semi, &last2);
219 next2 = apr_strtok(NULL, semi, &last2);
220 sep = semi;
H A Dutil.c107 const char *semi; local
111 semi = ap_strchr_c(intype, ';');
112 if (semi == NULL) {
116 while ((semi > intype) && apr_isspace(semi[-1])) {
117 semi--;
119 return apr_pstrmemdup(p, intype, semi - intype);
2338 char *semi; local
2340 semi = strchr(str, ';');
2341 if (semi) {
[all...]

Completed in 517 milliseconds