Home
last modified time | relevance | path

Searched refs:json_skip_space (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/fileinfo/libmagic/
H A Dis_json.c118 json_skip_space(const unsigned char *uc, const unsigned char *ue) in json_skip_space() function
187 uc = json_skip_space(uc, ue); in json_parse_array()
223 uc = json_skip_space(uc, ue); in json_parse_object()
239 uc = json_skip_space(uc, ue); in json_parse_object()
353 ouc = uc = json_skip_space(*ucp, ue); in json_parse()
403 uc = json_skip_space(uc, ue); in json_parse()

Completed in 8 milliseconds