Searched refs:json_tokenize (Results 1 - 3 of 3) sorted by relevance
/systemd/src/basic/ |
H A D | json.h | 87 int json_tokenize(const char **p, char **ret_string, union json_value *ret_value, void **state, unsigned *line);
|
H A D | json.c | 465 int json_tokenize( function 787 t = json_tokenize(&p, &rstr, &v, &json_state, NULL);
|
/systemd/src/test/ |
H A D | test-json.c | 38 t = json_tokenize(&data, &str, &v, &state, NULL);
|
Completed in 12 milliseconds