Lines Matching refs:_JBL_NODE
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()
2594 const int off = offsetof(struct _JBL_NODE, child); in jbn_apply_from()
2597 sizeof(struct _JBL_NODE) - off); in jbn_apply_from()