Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Djson.c52 PA_JSON_CONTEXT_TOP = 1, enumerator
684 pa_assert(type == PA_JSON_CONTEXT_TOP || type == PA_JSON_CONTEXT_EMPTY); in pa_json_encoder_free()
793 pa_assert(encoder->context->type != PA_JSON_CONTEXT_TOP); in pa_json_encoder_begin_element_object()
796 encoder->context->type = PA_JSON_CONTEXT_TOP; in pa_json_encoder_begin_element_object()
836 pa_assert(encoder->context->type != PA_JSON_CONTEXT_TOP); in pa_json_encoder_begin_element_array()
839 encoder->context->type = PA_JSON_CONTEXT_TOP; in pa_json_encoder_begin_element_array()
881 encoder->context->type = PA_JSON_CONTEXT_TOP; in pa_json_encoder_add_element_string()
919 encoder->context->type = PA_JSON_CONTEXT_TOP; in pa_json_encoder_add_element_null()
952 encoder->context->type = PA_JSON_CONTEXT_TOP; in pa_json_encoder_add_element_bool()
986 encoder->context->type = PA_JSON_CONTEXT_TOP; in pa_json_encoder_add_element_int()
[all...]

Completed in 2 milliseconds