Lines Matching refs:elements

60 	buf->elements = NULL;
167 nodep->zero->elements = nodep->elements;
168 nodep->elements = NULL;
193 nodep->one->elements = nodep->elements;
194 nodep->elements = NULL;
264 /* check if at a leaf node with elements */
267 (c_node->elements != NULL)) {
310 (void) ipgpc_list_insert(&c_node->elements, id);
375 (void) ipgpc_list_insert(&c_node->elements, id);
413 if (ipgpc_list_remove(&c_node->elements, id) == B_FALSE) {
426 /* check if node has zero elements, is a LEAF node */
427 if ((c_node->elements == NULL) &&
457 if (ipgpc_list_remove(&c_node->elements,
471 /* check if node has zero elements & is a LEAF node */
472 if ((c_node->elements == NULL) &&
505 * non path-compressed nodes will contain one child and no elements
509 * * * <-- p_node->elements == NULL
511 * * <-- c_node->elements = foo
517 * * * <-- p_node->elements = foo
522 if (c_node->elements == NULL) {
523 /* move child elements to parent */
524 c_node->elements = c_node->zero->elements;
548 if (c_node->elements == NULL) {
549 /* move child elements to parent */
550 c_node->elements = c_node->one->elements;
574 /* check if node has zero elements, is a LEAF node */
575 if ((c_node->elements == NULL) &&
672 if (ipgpc_list_remove(&c_node->elements, id)) {
719 * foreach node encountered in the search, collect elements and append
735 /* check node for elements */
736 if (c_node->elements != NULL) {
738 c_node->elements, fid_table)) == -1) {
760 /* see if current node contains elements */
761 if (c_node->elements != NULL) {
762 if ((ret = ipgpc_mark_found(tid->info.mask, c_node->elements,
802 * foreach node encountered in the search, collect elements
821 /* see if current node contains elements */
822 if (c_node->elements != NULL) {
824 c_node->elements, fid_table)) == -1) {