Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dhttp_fopen_wrapper.c578 size_t ua_len; in php_stream_url_wrap_http_ex() local
580 ua_len = sizeof(_UA_HEADER) + strlen(ua_str); in php_stream_url_wrap_http_ex()
583 if (ua_len > sizeof(_UA_HEADER)) { in php_stream_url_wrap_http_ex()
584 ua = emalloc(ua_len + 1); in php_stream_url_wrap_http_ex()
585 if ((ua_len = slprintf(ua, ua_len, _UA_HEADER, ua_str)) > 0) { in php_stream_url_wrap_http_ex()
586 ua[ua_len] = 0; in php_stream_url_wrap_http_ex()
587 php_stream_write(stream, ua, ua_len); in php_stream_url_wrap_http_ex()
H A Dbrowscap.c406 int i, prev_len = 0, curr_len = 0, ua_len; in browser_reg_compare() local
413 ua_len = lookup_browser_length; in browser_reg_compare()
441 if (ua_len - prev_len > ua_len - curr_len) { in browser_reg_compare()

Completed in 20 milliseconds