Searched defs:tokens (Results 1 - 1 of 1) sorted by relevance
/httpd/server/ |
H A D | util.c | 1455 /* Grab a list of tokens of the format 1#token (from RFC7230) */ 1458 apr_array_header_t **tokens, 1502 if (*tokens == NULL) { 1503 *tokens = apr_array_make(p, 4, sizeof(char *)); 1505 APR_ARRAY_PUSH(*tokens, char *) = 1506 apr_pstrmemdup((*tokens)->pool, tok_begin, 1545 * the first non-white byte afterwards. Note that these tokens 1588 /* find http tokens, see the definition of token from RFC2068 */ 1456 ap_parse_token_list_strict(apr_pool_t *p, const char *str_in, apr_array_header_t **tokens, int skip_invalid) argument
|
Completed in 81 milliseconds