Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dhttp_fopen_wrapper.c597 size_t ua_len; in php_stream_url_wrap_http_ex() local
599 ua_len = sizeof(_UA_HEADER) + strlen(ua_str); in php_stream_url_wrap_http_ex()
602 if (ua_len > sizeof(_UA_HEADER)) { in php_stream_url_wrap_http_ex()
603 ua = emalloc(ua_len + 1); in php_stream_url_wrap_http_ex()
604 if ((ua_len = slprintf(ua, ua_len, _UA_HEADER, ua_str)) > 0) { in php_stream_url_wrap_http_ex()
605 ua[ua_len] = 0; in php_stream_url_wrap_http_ex()
606 smart_str_appendl(&req_buf, ua, ua_len); in php_stream_url_wrap_http_ex()

Completed in 6 milliseconds