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

/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/src/
H A Derror.c27 if(length < JSON_ERROR_SOURCE_LENGTH)
30 size_t extra = length - JSON_ERROR_SOURCE_LENGTH + 4;
H A Djansson.h126 #define JSON_ERROR_SOURCE_LENGTH 80 macro
132 char source[JSON_ERROR_SOURCE_LENGTH];

Completed in 31 milliseconds