Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dbrowscap.c380 zval **found_browser_entry = va_arg(args, zval **); in browser_reg_compare() local
383 if (*found_browser_entry) { in browser_reg_compare()
384 …if (zend_hash_find(Z_ARRVAL_PP(found_browser_entry), "browser_name_pattern", sizeof("browser_name_… in browser_reg_compare()
405 if (*found_browser_entry) { in browser_reg_compare()
442 *found_browser_entry = *browser; in browser_reg_compare()
446 *found_browser_entry = *browser; in browser_reg_compare()
475 zval *found_browser_entry, *tmp_copy; in PHP_FUNCTION() local
514 found_browser_entry = NULL; in PHP_FUNCTION()
515 …ly_func_args_t) browser_reg_compare, 3, lookup_browser_name, agent_name_len, &found_browser_entry); in PHP_FUNCTION()
517 if (found_browser_entry) { in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds