Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_http.c1336 int typelen, headerslen; in get_http_header_value() local
1338 typelen = strlen(type); in get_http_header_value()
1346 if (strncasecmp(pos, type, typelen) == 0) { in get_http_header_value()
1350 tmp = pos + typelen; in get_http_header_value()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c966 int typelen; in PHP_FUNCTION() local
968 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &type, &typelen) == FAILURE) { in PHP_FUNCTION()

Completed in 15 milliseconds