Searched refs:_JBL_NODE (Results 1 – 4 of 4) sorted by relevance
132 typedef struct _JBL_NODE { struct133 struct _JBL_NODE *next; argument134 struct _JBL_NODE *prev; argument135 struct _JBL_NODE *parent; /**< Optional parent */ argument141 struct _JBL_NODE *child; argument
1486 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 …]
138 struct _JBL_NODE jn;
1091 struct _JBL_NODE *jn = &unit->json.jn; in _jql_unit_to_jqval()