Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c577 size_t ua_len; in php_stream_url_wrap_http_ex() local
579 ua_len = sizeof(_UA_HEADER) + strlen(ua_str); in php_stream_url_wrap_http_ex()
582 if (ua_len > sizeof(_UA_HEADER)) { in php_stream_url_wrap_http_ex()
583 ua = emalloc(ua_len + 1); in php_stream_url_wrap_http_ex()
584 if ((ua_len = slprintf(ua, ua_len, _UA_HEADER, ua_str)) > 0) { in php_stream_url_wrap_http_ex()
585 ua[ua_len] = 0; in php_stream_url_wrap_http_ex()
586 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 12 milliseconds