Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dbrowscap.c213 zend_string *current_section_name; member
339 if (ctx->current_section_name != NULL && in php_browscap_parser_cb()
340 zend_string_equals_ci(ctx->current_section_name, Z_STR_P(arg2)) in php_browscap_parser_cb()
344 "(in file %s)", ZSTR_VAL(ctx->current_section_name), INI_STR("browscap")); in php_browscap_parser_cb()
386 if (ctx->current_section_name) { in php_browscap_parser_cb()
387 zend_string_release(ctx->current_section_name); in php_browscap_parser_cb()
389 ctx->current_section_name = zend_string_copy(pattern); in php_browscap_parser_cb()
434 ctx.current_section_name = NULL; in browscap_read_file()
443 if (ctx.current_section_name) { in browscap_read_file()
444 zend_string_release(ctx.current_section_name); in browscap_read_file()

Completed in 8 milliseconds