Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Djson.c371 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()
H A Djson_test.c33 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()
H A Dstructs.h4143 int (*js_fill)(struct js_reader *); member
H A Dchannel.c2136 reader.js_fill = channel_fill; in channel_parse_json()
H A Dterminal.c4412 reader.js_fill = NULL; in parse_osc()