Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dbrowscap.c627 browscap_entry *found_entry = *found_entry_ptr; in browser_reg_compare() local
683 if (found_entry) { in browser_reg_compare()
707 browscap_entry *found_entry = NULL; in PHP_FUNCTION() local
748 if (found_entry == NULL) { in PHP_FUNCTION()
779 if (found_entry == NULL) { in PHP_FUNCTION()
780 found_entry = zend_hash_str_find_ptr(bdata->htab, in PHP_FUNCTION()
782 if (found_entry == NULL) { in PHP_FUNCTION()
791 agent_ht = browscap_entry_to_array(bdata, found_entry); in PHP_FUNCTION()
801 while (found_entry->parent) { in PHP_FUNCTION()
802 found_entry = zend_hash_find_ptr(bdata->htab, found_entry->parent); in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds