Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dbrowscap.c220 browscap_entry *current_entry; member
314 if (ctx->current_entry != NULL && arg2) { in php_browscap_parser_cb()
345 if (ctx->current_entry->parent) { in php_browscap_parser_cb()
346 zend_string_release(ctx->current_entry->parent); in php_browscap_parser_cb()
349 ctx->current_entry->parent = new_value; in php_browscap_parser_cb()
353 ctx->current_entry->kv_end = bdata->kv_used; in php_browscap_parser_cb()
379 entry = ctx->current_entry in php_browscap_parser_cb()
432 ctx.current_entry = NULL; in browscap_read_file()

Completed in 7 milliseconds