Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dbrowscap.c472 int agent_name_len = 0; in PHP_FUNCTION() local
494 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!b", &agent_name, &agent_name_len, &return… in PHP_FUNCTION()
507 agent_name_len = Z_STRLEN_PP(http_user_agent); in PHP_FUNCTION()
510 lookup_browser_name = estrndup(agent_name, agent_name_len); in PHP_FUNCTION()
511 php_strtolower(lookup_browser_name, agent_name_len); in PHP_FUNCTION()
513 …if (zend_hash_find(bdata->htab, lookup_browser_name, agent_name_len + 1, (void **) &agent) == FAIL… in PHP_FUNCTION()
515 …CC, (apply_func_args_t) browser_reg_compare, 3, lookup_browser_name, agent_name_len, &found_browse… in PHP_FUNCTION()

Completed in 10 milliseconds