Searched refs:mylen (Results 1 – 3 of 3) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/ |
D | kex-25519.c | 287 size_t s, mylen; in get_gen_server_key_25519() local 289 mylen = pss->vhd->ops->get_server_key(pss->wsi, b, len); in get_gen_server_key_25519() 290 if (mylen) in get_gen_server_key_25519() 291 return mylen; in get_gen_server_key_25519()
|
/third_party/curl/packages/OS400/ |
D | os400sys.c | 591 int mylen; in Curl_gsk_attribute_get_buffer_a() local 598 rc = gsk_attribute_get_buffer(p->h, bufID, &mybuf, &mylen); in Curl_gsk_attribute_get_buffer_a() 601 rc = cachestring(p, mybuf, mylen, buffer); in Curl_gsk_attribute_get_buffer_a() 603 *bufSize = mylen; in Curl_gsk_attribute_get_buffer_a()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | callcoll.c | 1117 int enlen, mylen; in TestSurrogates() local 1158 mylen = ucol_getSortKey(myCollation, source[3], 2, myresult, 20); in TestSurrogates() 1159 if (enlen != mylen || in TestSurrogates()
|