Home
last modified time | relevance | path

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

/third_party/iowow/src/json/
Diwjson.h132 typedef struct _JBL_NODE { struct
133 struct _JBL_NODE *next; argument
134 struct _JBL_NODE *prev; argument
135 struct _JBL_NODE *parent; /**< Optional parent */ argument
141 struct _JBL_NODE *child; argument
Diwjson.c1486 struct _JBL_NODE cn = { in jbn_path_compare_str()
1502 struct _JBL_NODE cn = { in jbn_path_compare_i64()
1517 struct _JBL_NODE cn = { in jbn_path_compare_f64()
1532 struct _JBL_NODE cn = { in jbn_path_compare_bool()
1541 memset(((uint8_t*) target) + offsetof(struct _JBL_NODE, child), in _jbl_node_reset_data()
1543 sizeof(struct _JBL_NODE) - offsetof(struct _JBL_NODE, child)); in _jbl_node_reset_data()
1548 memcpy(((uint8_t*) target) + offsetof(struct _JBL_NODE, child), in _jbl_copy_node_data()
1549 ((uint8_t*) value) + offsetof(struct _JBL_NODE, child), in _jbl_copy_node_data()
1550 sizeof(struct _JBL_NODE) - offsetof(struct _JBL_NODE, child)); in _jbl_copy_node_data()
2294 struct _JBL_NODE *ntmp; in _jbl_target_apply_patch()
[all …]
/third_party/ejdb/src/jql/
Djqp.h138 struct _JBL_NODE jn;
Djql.c1091 struct _JBL_NODE *jn = &unit->json.jn; in _jql_unit_to_jqval()