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

/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/src/
H A Dpack_unpack.c109 static void set_error(scanner_t *s, const char *source, const char *fmt, ...) function
144 set_error(s, "<args>", "NULL string argument");
151 set_error(s, "<args>", "Invalid UTF-8 %s", purpose);
165 set_error(s, "<args>", "NULL string argument");
184 set_error(s, "<internal>", "Out of memory");
197 set_error(s, "<args>", "Invalid UTF-8 %s", purpose);
219 set_error(s, "<format>", "Unexpected end of format string");
224 set_error(s, "<format>", "Expected format 's', got '%c'", token(s));
246 set_error(s, "<internal>", "Unable to add key \"%s\"", key);
272 set_error(
[all...]

Completed in 78 milliseconds