Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dbrowscap.c471 char *agent_name = NULL; 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()
498 if (agent_name == NULL) { in PHP_FUNCTION()
506 agent_name = Z_STRVAL_PP(http_user_agent); in PHP_FUNCTION()
510 lookup_browser_name = estrndup(agent_name, agent_name_len); in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dsoap.c2071 zval **agent_name; local
2081 …RVER]->value.ht, "HTTP_USER_AGENT", sizeof("HTTP_USER_AGENT"), (void **) &agent_name) == SUCCESS &&
2082 Z_TYPE_PP(agent_name) == IS_STRING) {
2083 if (strncmp(Z_STRVAL_PP(agent_name), "Shockwave Flash", sizeof("Shockwave Flash")-1) == 0) {

Completed in 25 milliseconds