Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dbrowscap.c553 browscap_entry *found_entry = *found_entry_ptr; in browser_reg_compare() local
614 if (found_entry) { in browser_reg_compare()
616 zend_string *previous_match = found_entry->pattern; in browser_reg_compare()
672 browscap_entry *found_entry = NULL; in PHP_FUNCTION() local
711 if (found_entry == NULL) { in PHP_FUNCTION()
714 if (found_entry == NULL) { in PHP_FUNCTION()
715 found_entry = zend_hash_str_find_ptr(bdata->htab, in PHP_FUNCTION()
717 if (found_entry == NULL) { in PHP_FUNCTION()
732 while (found_entry->parent) { in PHP_FUNCTION()
733 found_entry = zend_hash_find_ptr(bdata->htab, found_entry->parent); in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds