Home
last modified time | relevance | path

Searched refs:OSSL_JSON_ENC (Results 1 – 4 of 4) sorted by relevance

/openssl/include/internal/
H A Djson_enc.h40 } OSSL_JSON_ENC; typedef
78 void ossl_json_cleanup(OSSL_JSON_ENC *json);
96 int ossl_json_reset(OSSL_JSON_ENC *json);
107 int ossl_json_flush(OSSL_JSON_ENC *json);
117 int ossl_json_flush_cleanup(OSSL_JSON_ENC *json);
147 int ossl_json_in_error(OSSL_JSON_ENC *json);
176 void ossl_json_object_begin(OSSL_JSON_ENC *json);
179 void ossl_json_object_end(OSSL_JSON_ENC *json);
182 void ossl_json_array_begin(OSSL_JSON_ENC *json);
185 void ossl_json_array_end(OSSL_JSON_ENC *json);
[all …]
/openssl/ssl/quic/
H A Djson_enc.c174 static int json_pop(OSSL_JSON_ENC *json) in json_pop()
192 static int json_peek(OSSL_JSON_ENC *json) in json_peek()
249 void ossl_json_cleanup(OSSL_JSON_ENC *json) in ossl_json_cleanup()
267 int ossl_json_reset(OSSL_JSON_ENC *json) in ossl_json_reset()
276 int ossl_json_flush(OSSL_JSON_ENC *json) in ossl_json_flush()
287 int ossl_json_in_error(OSSL_JSON_ENC *json) in ossl_json_in_error()
298 static void json_indent(OSSL_JSON_ENC *json);
305 static void json_undefer(OSSL_JSON_ENC *json) in json_undefer()
333 static void json_indent(OSSL_JSON_ENC *json) in json_indent()
349 static int json_pre_item(OSSL_JSON_ENC *json) in json_pre_item()
[all …]
H A Dqlog.c42 OSSL_JSON_ENC json;
/openssl/test/
H A Djson_test.c17 OSSL_JSON_ENC j;
95 typedef void (*fp_type)(OSSL_JSON_ENC *);
96 typedef void (*fp_p_type)(OSSL_JSON_ENC *, const void *);
97 typedef void (*fp_i_type)(OSSL_JSON_ENC *, int);
98 typedef void (*fp_u64_type)(OSSL_JSON_ENC *, uint64_t);
99 typedef void (*fp_i64_type)(OSSL_JSON_ENC *, int64_t);
100 typedef void (*fp_d_type)(OSSL_JSON_ENC *, double);
101 typedef void (*fp_pz_type)(OSSL_JSON_ENC *, const void *, size_t);

Completed in 40 milliseconds