Searched refs:found_entry (Results 1 – 1 of 1) sorted by relevance
572 browscap_entry *found_entry = *found_entry_ptr; in browser_reg_compare() local642 if (found_entry) { in browser_reg_compare()644 zend_string *previous_match = found_entry->pattern; in browser_reg_compare()710 browscap_entry *found_entry = NULL; in PHP_FUNCTION() local751 if (found_entry == NULL) { in PHP_FUNCTION()754 if (found_entry == NULL) { in PHP_FUNCTION()755 found_entry = zend_hash_str_find_ptr(bdata->htab, in PHP_FUNCTION()757 if (found_entry == NULL) { in PHP_FUNCTION()772 while (found_entry->parent) { in PHP_FUNCTION()773 found_entry = zend_hash_find_ptr(bdata->htab, found_entry->parent); in PHP_FUNCTION()[all …]
Completed in 6 milliseconds