#include <pg_list.h>
Data Fields | |
NodeTag | type |
int | length |
ListCell * | head |
ListCell * | tail |
Definition at line 45 of file pg_list.h.
Definition at line 49 of file pg_list.h.
Referenced by _copyList(), lcons(), lcons_int(), lcons_oid(), list_concat(), list_copy(), list_copy_tail(), list_delete_cell(), list_nth_cell(), new_head_cell(), and new_list().
int List::length |
Definition at line 48 of file pg_list.h.
Referenced by _copyList(), add_new_cell(), list_concat(), list_copy(), list_copy_tail(), list_delete_cell(), list_nth_cell(), list_truncate(), new_head_cell(), new_list(), new_tail_cell(), and parse_hba_line().
Definition at line 50 of file pg_list.h.
Referenced by add_new_cell(), lappend(), lappend_int(), lappend_oid(), list_concat(), list_copy(), list_copy_tail(), list_delete_cell(), list_nth_cell(), list_truncate(), new_list(), and new_tail_cell().
Definition at line 47 of file pg_list.h.
Referenced by _equalList(), _outList(), list_concat(), list_copy(), list_copy_tail(), and new_list().