Home
last modified time | relevance | path

Searched refs:datasz (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/err/
Derr_local.h70 void *data, size_t datasz, int flags) in err_set_data() argument
75 es->err_data_size[i] = datasz; in err_set_data()
/third_party/iowow/src/json/
Diwbinn.c1229 int datasz; in GetValue() local
1293 datasz = *p; in GetValue()
1294 if (datasz & 0x80) { in GetValue()
1295 memcpy(&datasz, p, 4); in GetValue()
1297 datasz = frombe32(datasz); in GetValue()
1298 datasz &= 0x7FFFFFFF; in GetValue()
1302 value->size = datasz; in GetValue()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h45504 unsigned int datasz; member