Searched refs:alElement_p (Results 1 – 2 of 2) sorted by relevance
284 SCI_ABSTRACT_ELEMENT_T * alElement_p382 SCI_ABSTRACT_ELEMENT_T * alElement_p410 SCI_ABSTRACT_ELEMENT_T * alElement_p443 SCI_ABSTRACT_ELEMENT_T * alElement_p511 alElement_p \ argument513 ( (alElement_p)->next_p )522 SCI_ABSTRACT_ELEMENT_T * alElement_p = list_p->elements.front_p; \524 while (alElement_p != NULL) \528 alElement_p->next_p, \529 alElement_p->previous_p, \[all …]
214 SCI_ABSTRACT_ELEMENT_T * alElement_p in sci_abstract_list_get_next() argument217 return ( (alElement_p)->next_p ); in sci_abstract_list_get_next()229 SCI_ABSTRACT_ELEMENT_T * alElement_p = list_p->elements.front_p; in sci_abstract_list_print() local231 while (alElement_p != NULL) in sci_abstract_list_print()233 alElement_p = alElement_p->next_p; in sci_abstract_list_print()264 SCI_ABSTRACT_ELEMENT_T * alElement_p = elem_list->back_p; in sci_abstract_list_popback() local267 if (alElement_p != NULL) in sci_abstract_list_popback()269 obj_p = alElement_p->object_p; in sci_abstract_list_popback()281 private_pool_free((list_p)->free_pool, alElement_p); in sci_abstract_list_popback()295 SCI_ABSTRACT_ELEMENT_T * alElement_p = in sci_abstract_list_popfront() local[all …]