Lines Matching defs:identifier
569 char **identifier;
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 with a '&' and append a '='
607 complete = apr_pstrcat(p, "&", *identifier, "=", NULL);
632 * that the identifier parameter we removed was the