Searched defs:parse (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/metadata/ |
H A D | mod_mime_magic.c | 224 static int parse(server_rec *, apr_pool_t *p, char *, int); 944 /* parse it */ 969 /* comment, do not parse */ 978 /* parse it */ 979 if (parse(s, p, line + ws_offset, lineno) != 0) 1062 * parse one line from magic file, put into magic[index++] if valid 1064 static int parse(server_rec *serv, apr_pool_t *p, char *l, int lineno) function 1279 MODNAME ": parse line=%d m=%x next=%x cont=%d desc=%s",
|
/httpd/modules/filters/ |
H A D | mod_include.c | 179 apr_size_t parse_pos; /* parse position of partial matches */ 991 static int get_ptoken(include_ctx_t *ctx, const char **parse, token_t *token, token_t *previous) argument 999 if (!*parse) { 1004 while (apr_isspace(**parse)) { 1005 ++*parse; 1008 if (!**parse) { 1009 *parse = NULL; 1014 p = *parse; 1017 switch (*(*parse)++) { 1025 if (**parse 1174 const char *parse = expr; local [all...] |
Completed in 239 milliseconds