Searched refs:_JBL_NODE (Results 1 – 4 of 4) sorted by relevance
133 typedef struct _JBL_NODE { struct134 struct _JBL_NODE *next; argument135 struct _JBL_NODE *prev; argument136 struct _JBL_NODE *parent; /**< Optional parent */ argument142 struct _JBL_NODE *child; argument
1449 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 …]
135 struct _JBL_NODE jn;
1045 struct _JBL_NODE *jn = &unit->json.jn; in _jql_unit_to_jqval()