Home
last modified time | relevance | path

Searched refs:stack_end_byte (Results 1 – 2 of 2) sorted by relevance

/openssl/ssl/quic/
H A Djson_enc.c146 if (json->stack_end_byte >= json->stack_bytes) { in json_push()
159 json->stack[json->stack_end_byte] |= (v << json->stack_end_bit); in json_push()
161 json->stack[json->stack_end_byte] &= ~(1U << json->stack_end_bit); in json_push()
165 ++json->stack_end_byte; in json_push()
176 if (json->stack_end_byte == 0 && json->stack_end_bit == 0) in json_pop()
180 --json->stack_end_byte; in json_pop()
196 obyte = json->stack_end_byte; in json_peek()
270 json->stack_end_byte = 0; in ossl_json_reset()
344 depth = json->stack_end_byte * 8 + json->stack_end_bit; in json_indent()
/openssl/include/internal/
H A Djson_enc.h39 size_t stack_end_byte, stack_bytes; member

Completed in 7 milliseconds