Searched refs:head2 (Results 1 – 5 of 5) sorted by relevance
80 =head2 new101 =head2 root105 =head2 all109 =head2 all_depth_first()114 =head2 all_breadth_first()119 =head2 cpus(PG)123 =head2 generation([PG])129 =head2 parent(PG)133 =head2 children(PG)137 =head2 is_leaf(PG)[all …]
21 =head2 Constants25 =head2 Functions39 =head2 Class methods43 =head2 Object methods47 =head2 Exports
229 #define STAILQ_CONCAT(head1, head2) do { \ argument230 if (!STAILQ_EMPTY((head2))) { \231 *(head1)->stqh_last = (head2)->stqh_first; \232 (head1)->stqh_last = (head2)->stqh_last; \233 STAILQ_INIT((head2)); \465 #define TAILQ_CONCAT(head1, head2, field) do { \ argument466 if (!TAILQ_EMPTY(head2)) { \467 *(head1)->tqh_last = (head2)->tqh_first; \468 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \469 (head1)->tqh_last = (head2)->tqh_last; \[all …]
22 =head2 Constants27 =head2 Functions106 =head2 Class methods110 =head2 Object methods114 =head2 Exports
124 =head2 CONSTANTS166 =head2 functions507 =head2 Object Methods609 =head2 EXPORTS646 =head2 Error values674 =head2 Difference in the API versions