Searched refs:chunk (Results 1 – 2 of 2) sorted by relevance
68 const mbedtls_asn1_named_data *chunk = &cur->node.san.directory_name; in mbedtls_x509_write_set_san_common() local69 while (chunk != NULL) { in mbedtls_x509_write_set_san_common()74 CHECK_OVERFLOW_ADD(buflen, chunk->oid.len); in mbedtls_x509_write_set_san_common()75 CHECK_OVERFLOW_ADD(buflen, chunk->val.len); in mbedtls_x509_write_set_san_common()76 chunk = chunk->next; in mbedtls_x509_write_set_san_common()
351 * - The producer provides another chunk of data which is879 /* Feed reader with a random chunk */1006 /* Ask for buffered data in a single chunk, no commit */1014 /* Ask for buffered data in a single chunk, with commit */