Searched refs:found_entry (Results 1 – 1 of 1) sorted by relevance
547 browscap_entry *found_entry = *found_entry_ptr; in browser_reg_compare() local617 if (found_entry) { in browser_reg_compare()619 zend_string *previous_match = found_entry->pattern; in browser_reg_compare()684 browscap_entry *found_entry = NULL; in PHP_FUNCTION() local725 if (found_entry == NULL) { in PHP_FUNCTION()734 if (found_entry == NULL) { in PHP_FUNCTION()735 found_entry = zend_hash_str_find_ptr(bdata->htab, in PHP_FUNCTION()737 if (found_entry == NULL) { in PHP_FUNCTION()752 while (found_entry->parent) { in PHP_FUNCTION()753 found_entry = zend_hash_find_ptr(bdata->htab, found_entry->parent); in PHP_FUNCTION()[all …]
Completed in 12 milliseconds