Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dbrowscap.c211 browscap_entry *current_entry; member
317 if (ctx->current_entry != NULL && arg2) { in php_browscap_parser_cb()
347 if (ctx->current_entry->parent) { in php_browscap_parser_cb()
348 zend_string_release(ctx->current_entry->parent); in php_browscap_parser_cb()
351 ctx->current_entry->parent = new_value; in php_browscap_parser_cb()
355 ctx->current_entry->kv_end = bdata->kv_used; in php_browscap_parser_cb()
381 entry = ctx->current_entry in php_browscap_parser_cb()
432 ctx.current_entry = NULL; in browscap_read_file()

Completed in 5 milliseconds