Home
last modified time | relevance | path

Searched refs:lookup_data (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/standard/
H A Durl_scanner_ex.h51 char *lookup_data; member
H A Durl_scanner_ex.c220 if (strncasecmp(ctx->arg.c, ctx->lookup_data, ctx->arg.len) == 0) in tag_arg()
280 if (doit && ctx->val.c && ctx->lookup_data && *ctx->lookup_data) { in handle_form()
287 if ((e - p) && strncasecmp(p, ctx->lookup_data, (e - p))) { in handle_form()
322 if (zend_hash_find(ctx->tags, ctx->tag.c, ctx->tag.len, (void **) &ctx->lookup_data) == SUCCESS) in handle_tag()
H A Durl_scanner_ex.re156 if (strncasecmp(ctx->arg.c, ctx->lookup_data, ctx->arg.len) == 0)
216 if (doit && ctx->val.c && ctx->lookup_data && *ctx->lookup_data) {
223 if ((e - p) && strncasecmp(p, ctx->lookup_data, (e - p))) {
258 if (zend_hash_find(ctx->tags, ctx->tag.c, ctx->tag.len, (void **) &ctx->lookup_data) == SUCCESS)

Completed in 10 milliseconds