Searched refs:start_len (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
H A D | ares_expand_string.c | 50 size_t start_len; in ares_expand_string_ex() local 79 start_len = ares__buf_len(buf); in ares_expand_string_ex() 87 *enclen = start_len - ares__buf_len(buf); in ares_expand_string_ex()
|
H A D | ares_expand_name.c | 46 size_t start_len; in ares__expand_name_validated() local 74 start_len = ares__buf_len(buf); in ares__expand_name_validated() 80 *enclen = start_len - ares__buf_len(buf); in ares__expand_name_validated()
|
/third_party/python/Lib/test/ |
H A D | test_fcntl.py | 23 start_len = "ll" 25 start_len = "qq" 42 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_tnc.c | 212 size_t start_len, end_len; in eap_tnc_process() local 370 start_len = os_strlen(start_buf); in eap_tnc_process() 378 rlen = start_len + imc_len + end_len; in eap_tnc_process() 386 wpabuf_put_data(resp, start_buf, start_len); in eap_tnc_process()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_tnc.c | 133 size_t start_len, end_len; in eap_tnc_build() local 141 start_len = os_strlen(start_buf); in eap_tnc_build() 149 rlen = start_len + imv_len + end_len; in eap_tnc_build() 157 wpabuf_put_data(req, start_buf, start_len); in eap_tnc_build()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_tnc.c | 212 size_t start_len, end_len; in eap_tnc_process() local 370 start_len = os_strlen(start_buf); in eap_tnc_process() 378 rlen = start_len + imc_len + end_len; in eap_tnc_process() 386 wpabuf_put_data(resp, start_buf, start_len); in eap_tnc_process()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_tnc.c | 133 size_t start_len, end_len; in eap_tnc_build() local 141 start_len = os_strlen(start_buf); in eap_tnc_build() 149 rlen = start_len + imv_len + end_len; in eap_tnc_build() 157 wpabuf_put_data(req, start_buf, start_len); in eap_tnc_build()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector_test.cc | 606 for (int start_len = 0; start_len < 20; start_len++) { in TEST() 608 Fill(&v3, start_len, 99); // Add dummy elements that should go away in TEST() 645 for (int start_len = 0; start_len < 20; start_len++) { in TEST() 647 Fill(&v_out, start_len, 99); // Add dummy elements that should go away in TEST()
|
/third_party/backends/frontend/ |
H A D | scanimage.c | 2269 int start_len = percent - start; in main() local 2310 printf ("%.*s", start_len, start); in main()
|
Completed in 10 milliseconds