Home
last modified time | relevance | path

Searched refs:w_len (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/
H A Dasyn-thread.c642 int w_len = MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS, hostname, in init_resolve_thread() local
644 if((w_len > 0) && (w_len < MAX_NAME_LEN)) { in init_resolve_thread()
646 w_len = MultiByteToWideChar(CP_UTF8, 0, hostname, -1, namebuf, w_len); in init_resolve_thread()
647 if((w_len > 0) && (w_len < MAX_NAME_LEN)) { in init_resolve_thread()
/third_party/python/Parser/
H A Dstring_parser.c102 Py_ssize_t w_len; in decode_unicode_with_escapes() local
111 w_len = PyUnicode_GET_LENGTH(w); in decode_unicode_with_escapes()
112 for (i = 0; i < w_len; i++) { in decode_unicode_with_escapes()

Completed in 4 milliseconds