Searched refs:type_p_list (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dastp_dmp.c134 AST_type_p_n_t *type_p_list,
562 AST_type_p_n_t *type_p_list,
568 for (type_ptr = type_p_list; type_ptr; type_ptr = type_ptr->next)
581 AST_type_p_n_t *type_p_list,
587 for (type_ptr = type_p_list; type_ptr; type_ptr = type_ptr->next)
578 AST_dump_simple_types_list( AST_type_p_n_t *type_p_list, int indentation ) argument
H A Dastp_com.c652 *type_p_list = NULL, /* List of type pointer nodes */
737 type_p_list = (AST_type_p_n_t *)AST_concat_element (
738 (ASTP_node_t *)type_p_list, (ASTP_node_t *)type_p_ptr);
778 type_p_list = (AST_type_p_n_t *)AST_concat_element (
779 (ASTP_node_t *)type_p_list, (ASTP_node_t *)type_p_ptr);
795 return type_p_list;
651 *type_p_list = NULL, /* List of type pointer nodes */ local
H A Dastp_sim.c1884 * type_p_list A list of type pointer nodes containing the
1897 AST_type_p_n_t *type_p_list
1905 for (type_p = type_p_list; type_p != (AST_type_p_n_t *) NULL;
1916 ASTP_free_simple_list((ASTP_node_t *)type_p_list);
H A Dastp.h751 AST_type_p_n_t *type_p_list

Completed in 235 milliseconds