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

/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/src/
H A Djansson.h48 JSON_NULL enumerator in enum:__anon490
87 #define json_is_null(json) ((json) && json_typeof(json) == JSON_NULL)
H A Ddump.c198 case JSON_NULL:
H A Dvalue.c925 static json_t the_null = {JSON_NULL, (size_t)-1};

Completed in 39 milliseconds