Searched refs:js_fill (Results 1 – 5 of 5) sorted by relevance
371 if (reader->js_fill != NULL && (int)(reader->js_end - reader->js_buf) in fill_numbuflen()374 if (reader->js_fill(reader)) in fill_numbuflen()392 if (reader->js_fill != NULL && c == NUL) in json_skip_white()394 if (reader->js_fill(reader)) in json_skip_white()428 if (reader->js_fill == NULL) in json_decode_string()432 if (!reader->js_fill(reader)) in json_decode_string()452 if (reader->js_fill != NULL in json_decode_string()456 if (reader->js_fill(reader)) in json_decode_string()1164 reader.js_fill = NULL; in f_js_decode()1192 reader.js_fill = NULL; in f_json_decode()
33 reader.js_fill = NULL; in test_decode_find_end()162 reader.js_fill = fill_from_cookie; in test_fill_called_on_find_end()185 reader.js_fill = fill_from_cookie; in test_fill_called_on_string()
4143 int (*js_fill)(struct js_reader *); member
2136 reader.js_fill = channel_fill; in channel_parse_json()
4412 reader.js_fill = NULL; in parse_osc()