/httpd/modules/dav/lock/ |
H A D | locks.c | 123 * They reference the lock token for the collection the lock is 140 * prefix + Fixed length + lock token + 2 strings + 2 nulls (one for each 149 /* Stored indirect lock info - lock token and apr_datum_t */ 196 dav_locktoken token; member in struct:__anon111 242 comb->pub.locktoken = &comb->token; 243 apr_uuid_get(&comb->token.uuid); 266 "The lock token uses an unknown State-token " 603 /* Copy the lock token. */ 662 /* ### should use a computed_desc and insert corrupt token dat [all...] |
/httpd/modules/filters/ |
H A D | mod_ext_filter.c | 206 const char *token; local 242 * here and then look at the token, but ap_getword_white() doesn't 246 token = ap_getword_white(cmd->pool, &args); 247 if (!strcasecmp(token, "preservescontentlength")) { 253 token); 260 token = ap_getword_white(cmd->pool, &args); 261 if (!strcasecmp(token, "output")) { 264 else if (!strcasecmp(token, "input")) { 269 token); 276 token [all...] |
H A D | mod_deflate.c | 138 * we can do. So only check the last non-identity token 143 char *token = ap_strrchr(new_encoding, ','); local 144 if (!token) { /* gzip:identity or other:identity */ 157 for (ptr=token+1; apr_isspace(*ptr); ++ptr); 160 *token = '\0'; 170 *token = '\0'; 171 continue; /* strip the token and find the next one */ 173 break; /* found a non-identity token */ 592 char *token; local 708 token [all...] |
H A D | mod_include.c | 100 token_t token; member in struct:parse_node 224 #define TYPE_TOKEN(token, ttype) do { \ 225 (token)->type = ttype; \ 226 (token)->s = #ttype; \ 263 d__c->parent->token.s); \ 291 switch (current->token.type) { 294 debug_printf(ctx, "%s%s (%s)\n", is, current->token.s, 295 current->token.value); 305 debug_printf(ctx, "%s%s\n", is, current->token.s); 321 debug_printf(ctx, "%s%s\n", is, current->token 991 get_ptoken(include_ctx_t *ctx, const char **parse, token_t *token, token_t *previous) argument 1946 char *e, *d, *token; local 2586 char *e, *d, *token; local [all...] |
/httpd/modules/cache/ |
H A D | cache_util.c | 784 /* return each comma separated token, one at a time */ 907 char *token; local 927 token = str; 929 /* skip valid token characters to terminate token and 934 *last = token; 970 return token; 995 const char *token = cache_strqtok(header, CACHE_SEPARATOR, &last); local 996 while (token) { 998 if (!strcmp(token, "n 1012 const char *token = cache_strqtok(header, CACHE_SEPARATOR, &last); local 1146 char *token = cache_strqtok(header, CACHE_SEPARATOR, &last); local [all...] |
H A D | mod_cache_disk.c | 292 * tokens (including the 100-continue token), and is case-sensitive for 323 char *token; local 325 while ((token = ap_get_list_item(p, &data)) != NULL) { 326 *((const char **) apr_array_push(arr)) = token;
|
H A D | mod_cache_socache.c | 306 * tokens (including the 100-continue token), and is case-sensitive for 337 char *token; local 339 while ((token = ap_get_list_item(p, &data)) != NULL) { 340 *((const char **) apr_array_push(arr)) = token;
|
/httpd/modules/dav/fs/ |
H A D | lock.c | 134 * They reference the lock token for the collection the lock is 152 ** prefix + Fixed length + lock token + 2 strings + 2 nulls (one for each string) 160 /* Stored indirect lock info - lock token and apr_datum_t */ 206 dav_locktoken token; member in struct:__anon105 227 comb->pub.locktoken = &comb->token; 228 apr_uuid_get(&comb->token.uuid); 252 "The lock token uses an unknown State-token " 636 /* ### should use a computed_desc and insert corrupt token data */
|
/httpd/modules/dav/main/ |
H A D | util.c | 568 /* If the state token cannot be parsed, treat it as an 596 char *token; local 598 token = *str + 1; 600 while (*token && (*token == ' ' || *token == '\t')) 601 token++; 603 if ((sp = strchr(token, term)) == NULL) 608 return token; 811 ** need to match one of them against any token i [all...] |
/httpd/modules/http/ |
H A D | http_filters.c | 1249 char *token; local 1253 while (field && (token = ap_get_list_item(r->pool, &field)) != NULL) { 1255 if (!strcasecmp(token, languages[i])) 1259 *((char **) apr_array_push(r->content_languages)) = token;
|
/httpd/modules/test/ |
H A D | mod_policy.c | 341 char *token = apr_pstrdup(r->pool, value); local 347 token = apr_strtok(token, ", \t", &last); 348 while (token) { 351 if (!ap_strcasecmp_match(token, 357 token = apr_strtok(NULL, ", \t", &last); 545 const char *token = apr_strtok(header, ", ", &last); local 546 while (token) { 548 if (!strcmp(token, "no-cache")) { 552 else if (!strcasecmp(token, "n 561 const char *token = apr_strtok(header, ", ", &last); local 660 const char *token = apr_strtok(header, ", ", &last); local [all...] |
/httpd/modules/metadata/ |
H A D | mod_mime_magic.c | 1977 char *token; local 2013 while ((token = apr_strtok((char *) s, " \t\n\r\f", &strtok_state)) != NULL) { 2016 if (STREQ(p->name, token)) {
|
/httpd/modules/mappers/ |
H A D | mod_rewrite.c | 720 char *token[5]; local 723 token[0] = cp = apr_pstrdup(p, cp); 726 token[++c] = cp + 1; 733 ap_escape_uri(p, token[0]), 735 (c >= 1) ? ap_escape_uri(p, token[1]) : NULL, 737 (c >= 2) ? ap_escape_uri(p, token[2]) : NULL, 739 (c >= 3) ? ap_escape_uri(p, token[3]) : NULL, 741 (c >= 4) ? ap_escape_uri(p, token[4]) : NULL,
|
/httpd/server/ |
H A D | core.c | 849 /* special token to indicate revert back to default */ 1940 char *token; local 1955 token = ap_getword_conf(cmd->temp_pool, &args); 1956 if ((*token == '+') || (*token == '-')) { 1957 action = *token; 1958 token++; 1974 if (strcasecmp(token, "None") == 0) { 1983 else if (strcasecmp(token, "All") == 0) { 1992 else if (strcasecmp(token, "Siz [all...] |
H A D | util.c | 1151 const unsigned char *token; local 1159 token = ptr; 1188 if ((*len = (ptr - token)) == 0) { 1199 return (const char *)token; 1213 char *token; local 1222 token = apr_palloc(p, tok_len + 1); 1224 /* Scan the token again, but this time copy only the good bytes. 1229 for (ptr = (const unsigned char *)tok_start, pos = (unsigned char *)token; 1289 return token; 1455 /* Grab a list of tokens of the format 1#token (fro 1555 char *token; local [all...] |