Searched refs:wc_len (Results 1 – 2 of 2) sorted by relevance
/third_party/curl/src/ |
D | tool_cb_wrt.c | 201 DWORD wc_len; in tool_write_cb() local 204 wc_len = MultiByteToWideChar(CP_UTF8, 0, buffer, in_len, NULL, 0); in tool_write_cb() 205 wc_buf = (wchar_t*) malloc(wc_len * sizeof(wchar_t)); in tool_write_cb() 210 wc_len = MultiByteToWideChar(CP_UTF8, 0, buffer, in_len, wc_buf, wc_len); in tool_write_cb() 211 if(!wc_len) { in tool_write_cb() 219 wc_len, in tool_write_cb() 220 &wc_len, in tool_write_cb()
|
/third_party/libwebsockets/lib/misc/cache-ttl/ |
D | file.c | 268 nsc_match(const char *wc, size_t wc_len, const char *col, size_t col_len, in nsc_match() argument 274 return lws_strcmp_wildcard(wc, wc_len, col, col_len); in nsc_match() 289 while (n <= wc_len) { in nsc_match() 290 if (n == wc_len || wc[n] == '/') { in nsc_match() 294 if (n != wc_len && col_len <= n + 1 && in nsc_match()
|