Home
last modified time | relevance | path

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

/third_party/ejdb/src/jbi/
Djbi_selection.c308 struct _JBL_PTR *obp = aux->orderby_num ? aux->orderby_ptrs[0] : 0; in _jbi_collect_indexes()
312 struct _JBL_PTR *ptr = idx->ptr; in _jbi_collect_indexes()
393 struct _JBL_PTR *obp = aux->orderby_ptrs[0]; in _jbi_select_index_for_orderby()
396 struct _JBL_PTR *ptr = idx->ptr; in _jbi_select_index_for_orderby()
/third_party/iowow/src/json/
Diwjson.h183 typedef struct _JBL_PTR { struct
Diwjson.c1073 sz = (int) (sizeof(struct _JBL_PTR) + cnt * sizeof(char*) + len); in _jbl_ptr_pool()
1086 doff = offsetof(struct _JBL_PTR, n) + cnt * sizeof(char*); in _jbl_ptr_pool()