Home
last modified time | relevance | path

Searched refs:ua_str (Results 1 – 1 of 1) sorted by last modified time

/PHP-5.6/ext/standard/
H A Dhttp_fopen_wrapper.c122 char *ua_str = NULL; in php_stream_url_wrap_http_ex() local
592 ua_str = Z_STRVAL_PP(ua_zval); in php_stream_url_wrap_http_ex()
594 ua_str = FG(user_agent); in php_stream_url_wrap_http_ex()
597 if (((have_header & HTTP_HEADER_USER_AGENT) == 0) && ua_str) { in php_stream_url_wrap_http_ex()
602 ua_len = sizeof(_UA_HEADER) + strlen(ua_str); in php_stream_url_wrap_http_ex()
607 if ((ua_len = slprintf(ua, ua_len, _UA_HEADER, ua_str)) > 0) { in php_stream_url_wrap_http_ex()

Completed in 11 milliseconds