Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds