Searched refs:found_browser_entry (Results 1 – 1 of 1) sorted by relevance
384 zval **found_browser_entry = va_arg(args, zval **); in browser_reg_compare() local387 if (*found_browser_entry) { in browser_reg_compare()388 …if (zend_hash_find(Z_ARRVAL_PP(found_browser_entry), "browser_name_pattern", sizeof("browser_name_… in browser_reg_compare()409 if (*found_browser_entry) { in browser_reg_compare()446 *found_browser_entry = *browser; in browser_reg_compare()450 *found_browser_entry = *browser; in browser_reg_compare()479 zval *found_browser_entry, *tmp_copy; in PHP_FUNCTION() local518 found_browser_entry = NULL; in PHP_FUNCTION()519 …ly_func_args_t) browser_reg_compare, 3, lookup_browser_name, agent_name_len, &found_browser_entry); in PHP_FUNCTION()521 if (found_browser_entry) { in PHP_FUNCTION()[all …]
Completed in 7 milliseconds