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

/httpd/modules/cache/
H A Dcache_storage.c569 char **identifier; local
571 identifier = (char **) conf->ignore_session_id->elts;
572 for (i = 0; i < conf->ignore_session_id->nelts; i++, identifier++) {
576 len = strlen(*identifier);
579 * of the path and that the parameter matches our identifier
582 && !strncmp(param + 1, *identifier, len)
589 * Check if the identifier is in the querystring and cut it out.
593 * First check if the identifier is at the beginning of the
596 if (!strncmp(querystring, *identifier, len)
605 * identifier wit
[all...]
H A Dmod_cache.c2187 const char *identifier)
2195 if (!strcasecmp(identifier, "None")) {
2196 /* if identifier None is listed clear array */
2203 * Only add identifier if no "None" has been found in identifier
2207 (*new) = (char *)identifier;
2186 add_ignore_session_id(cmd_parms *parms, void *dummy, const char *identifier) argument

Completed in 1898 milliseconds