Home
last modified time | relevance | path

Searched refs:used_len (Results 1 - 14 of 14) sorted by relevance

/third_party/ltp/testcases/kernel/irq/
H A Dirqbalance01.c62 size_t ret = 0, used_len = 0; in read_proc_file() local
67 if (used_len + 1 >= total_len) { in read_proc_file()
73 buf + used_len, in read_proc_file()
74 total_len - used_len - 1); in read_proc_file()
75 used_len += ret; in read_proc_file()
78 if (!used_len) in read_proc_file()
81 buf[used_len] = '\0'; in read_proc_file()
86 *len_out = used_len; in read_proc_file()
/third_party/node/deps/openssl/openssl/crypto/
H A Dparams.c1098 size_t *max_len, size_t *used_len, in get_string_internal()
1103 if ((val == NULL && used_len == NULL) || p == NULL || p->data_type != type) in get_string_internal()
1113 if (used_len != NULL) in get_string_internal()
1114 *used_len = sz; in get_string_internal()
1167 size_t *used_len) in OSSL_PARAM_get_octet_string()
1169 return get_string_internal(p, val, &max_len, used_len, in OSSL_PARAM_get_octet_string()
1227 size_t *used_len, unsigned int type) in get_ptr_internal()
1231 if (used_len != NULL) in get_ptr_internal()
1232 *used_len = p->data_size; in get_ptr_internal()
1243 size_t *used_len) in OSSL_PARAM_get_octet_ptr()
1097 get_string_internal(const OSSL_PARAM *p, void **val, size_t *max_len, size_t *used_len, unsigned int type) get_string_internal() argument
1166 OSSL_PARAM_get_octet_string(const OSSL_PARAM *p, void **val, size_t max_len, size_t *used_len) OSSL_PARAM_get_octet_string() argument
1226 get_ptr_internal(const OSSL_PARAM *p, const void **val, size_t *used_len, unsigned int type) get_ptr_internal() argument
1242 OSSL_PARAM_get_octet_ptr(const OSSL_PARAM *p, const void **val, size_t *used_len) OSSL_PARAM_get_octet_ptr() argument
1268 OSSL_PARAM_set_octet_ptr(OSSL_PARAM *p, const void *val, size_t used_len) OSSL_PARAM_set_octet_ptr() argument
1296 get_string_ptr_internal(const OSSL_PARAM *p, const void **val, size_t *used_len, unsigned int type) get_string_ptr_internal() argument
1314 OSSL_PARAM_get_octet_string_ptr(const OSSL_PARAM *p, const void **val, size_t *used_len) OSSL_PARAM_get_octet_string_ptr() argument
[all...]
/third_party/openssl/crypto/
H A Dparams.c1078 size_t *max_len, size_t *used_len, in get_string_internal()
1083 if ((val == NULL && used_len == NULL) || p == NULL || p->data_type != type) in get_string_internal()
1093 if (used_len != NULL) in get_string_internal()
1094 *used_len = sz; in get_string_internal()
1147 size_t *used_len) in OSSL_PARAM_get_octet_string()
1149 return get_string_internal(p, val, &max_len, used_len, in OSSL_PARAM_get_octet_string()
1207 size_t *used_len, unsigned int type) in get_ptr_internal()
1211 if (used_len != NULL) in get_ptr_internal()
1212 *used_len = p->data_size; in get_ptr_internal()
1223 size_t *used_len) in OSSL_PARAM_get_octet_ptr()
1077 get_string_internal(const OSSL_PARAM *p, void **val, size_t *max_len, size_t *used_len, unsigned int type) get_string_internal() argument
1146 OSSL_PARAM_get_octet_string(const OSSL_PARAM *p, void **val, size_t max_len, size_t *used_len) OSSL_PARAM_get_octet_string() argument
1206 get_ptr_internal(const OSSL_PARAM *p, const void **val, size_t *used_len, unsigned int type) get_ptr_internal() argument
1222 OSSL_PARAM_get_octet_ptr(const OSSL_PARAM *p, const void **val, size_t *used_len) OSSL_PARAM_get_octet_ptr() argument
1248 OSSL_PARAM_set_octet_ptr(OSSL_PARAM *p, const void *val, size_t used_len) OSSL_PARAM_set_octet_ptr() argument
1276 get_string_ptr_internal(const OSSL_PARAM *p, const void **val, size_t *used_len, unsigned int type) get_string_ptr_internal() argument
1294 OSSL_PARAM_get_octet_string_ptr(const OSSL_PARAM *p, const void **val, size_t *used_len) OSSL_PARAM_get_octet_string_ptr() argument
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dparams.h135 size_t *used_len);
142 size_t *used_len);
144 size_t used_len);
148 size_t *used_len);
/third_party/openssl/include/openssl/
H A Dparams.h135 size_t *used_len);
142 size_t *used_len);
144 size_t used_len);
148 size_t *used_len);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_android.c26 int used_len; member
58 priv_cmd.used_len = sizeof(buf); in android_priv_cmd()
128 priv_cmd.used_len = bp; in android_pno_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_android.c26 int used_len; member
58 priv_cmd.used_len = sizeof(buf); in android_priv_cmd()
128 priv_cmd.used_len = bp; in android_pno_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.h75 int used_len; member
78 int used_len;
H A Ddriver_nl80211_hisi.c214 priv_cmd.used_len = buf_len; /* strlen(cmd) */ in wpa_driver_nl80211_driver_cmd()
670 ioctl_data.used_len = len; in get_cust_config_params()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_dtls.c114 size_t len, frag_off, mac_size, blocksize, used_len; in dtls1_do_write() local
184 used_len = BIO_wpending(s->wbio) + DTLS1_RT_HEADER_LENGTH in dtls1_do_write()
186 if (s->d1->mtu > used_len) in dtls1_do_write()
187 curr_mtu = s->d1->mtu - used_len; in dtls1_do_write()
200 used_len = DTLS1_RT_HEADER_LENGTH + mac_size + blocksize; in dtls1_do_write()
201 if (s->d1->mtu > used_len + DTLS1_HM_HEADER_LENGTH) { in dtls1_do_write()
202 curr_mtu = s->d1->mtu - used_len; in dtls1_do_write()
/third_party/openssl/ssl/statem/
H A Dstatem_dtls.c118 size_t len, frag_off, mac_size, blocksize, used_len; in dtls1_do_write() local
188 used_len = BIO_wpending(s->wbio) + DTLS1_RT_HEADER_LENGTH in dtls1_do_write()
190 if (s->d1->mtu > used_len) in dtls1_do_write()
191 curr_mtu = s->d1->mtu - used_len; in dtls1_do_write()
204 used_len = DTLS1_RT_HEADER_LENGTH + mac_size + blocksize; in dtls1_do_write()
205 if (s->d1->mtu > used_len + DTLS1_HM_HEADER_LENGTH) { in dtls1_do_write()
206 curr_mtu = s->d1->mtu - used_len; in dtls1_do_write()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.h73 int used_len; member
H A Ddriver_nl80211_hisi.c222 priv_cmd.used_len = buf_len; /* strlen(cmd) */ in wpa_driver_nl80211_driver_cmd()
697 ioctl_data.used_len = len; in get_cust_config_params()
/third_party/node/deps/cares/src/lib/
H A Dares_dns_parse.c37 size_t used_len = orig_len - ares__buf_len(buf); in ares_dns_rr_remaining_len() local
38 if (used_len >= rdlength) { in ares_dns_rr_remaining_len()
41 return rdlength - used_len; in ares_dns_rr_remaining_len()

Completed in 13 milliseconds