Home
last modified time | relevance | path

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

/third_party/ejdb/src/jbl/
Djbl.h133 typedef struct _JBL_NODE { struct
134 struct _JBL_NODE *next; argument
135 struct _JBL_NODE *prev; argument
136 struct _JBL_NODE *parent; /**< Optional parent */ argument
142 struct _JBL_NODE *child; argument
Djbl.c1449 struct _JBL_NODE cn = { in jbn_path_compare_str()
1465 struct _JBL_NODE cn = { in jbn_path_compare_i64()
1480 struct _JBL_NODE cn = { in jbn_path_compare_f64()
1495 struct _JBL_NODE cn = { in jbn_path_compare_bool()
1504 memset(((uint8_t*) target) + offsetof(struct _JBL_NODE, child), in _jbl_node_reset_data()
1506 sizeof(struct _JBL_NODE) - offsetof(struct _JBL_NODE, child)); in _jbl_node_reset_data()
1511 memcpy(((uint8_t*) target) + offsetof(struct _JBL_NODE, child), in _jbl_copy_node_data()
1512 ((uint8_t*) value) + offsetof(struct _JBL_NODE, child), in _jbl_copy_node_data()
1513 sizeof(struct _JBL_NODE) - offsetof(struct _JBL_NODE, child)); in _jbl_copy_node_data()
2252 struct _JBL_NODE *ntmp; in _jbl_target_apply_patch()
[all …]
/third_party/ejdb/src/jql/
Djqp.h135 struct _JBL_NODE jn;
Djql.c1045 struct _JBL_NODE *jn = &unit->json.jn; in _jql_unit_to_jqval()