Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchannel.c2125 jsonq_T *item; in channel_parse_json()
2127 jsonq_T *head = &chanpart->ch_json_head; in channel_parse_json()
2163 item = ALLOC_ONE(jsonq_T); in channel_parse_json()
2288 remove_json_node(jsonq_T *head, jsonq_T *node) in remove_json_node()
2374 jsonq_T *head = &channel->ch_part[part].ch_json_head; in channel_get_json()
2375 jsonq_T *item = head->jq_next; in channel_get_json()
2412 jsonq_T *item = head->jq_next; in channel_push_json()
2413 jsonq_T *newitem; in channel_push_json()
2422 newitem = ALLOC_ONE(jsonq_T); in channel_push_json()
3012 jsonq_T *head = &channel->ch_part[part].ch_json_head; in channel_has_readahead()
[all …]
H A Dstructs.h1385 typedef struct jsonq_S jsonq_T; typedef
2161 jsonq_T *jq_next;
2162 jsonq_T *jq_prev;
2231 jsonq_T ch_json_head; // header for circular json read queue
H A Deval.c4875 jsonq_T *jq; in set_ref_in_item()