Searched refs:the_interface (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dfrontend.c536 *int_p = the_interface;
551 if (the_interface != NULL)
554 the_interface->fe_info->file = full_pn_id;
686 saved_interface = the_interface;
688 saved_op_count = the_interface ? the_interface->op_count : 0;
695 the_interface = NULL;
720 if (saved_interface && saved_interface->inherited_interface_name == the_interface->name) {
721 AST_export_n_t * ep = the_interface->exports;
724 if (AST_OBJECT_SET(the_interface)) {
[all...]
H A Dnidl_y.y381 AST_finish_interface_node(nidl_location(nidl), the_interface);
390 interface_type->type_structure.interface = the_interface;
392 the_interface->name = $<y_id>3;
393 ASTP_add_name_binding (nidl_location(nidl), the_interface->name, interface_type);
400 the_interface->inherited_interface_name = NAMETABLE_NIL_ID;
404 the_interface->inherited_interface_name = $<y_id>2;
413 AST_interface_n_t* old = the_interface;
415 the_interface = AST_interface_node(nidl_location(nidl));
416 the_interface->prev = old;
417 the_interface
[all...]
H A Dastp_gbl.c119 AST_interface_n_t *the_interface = NULL; variable
H A Dacf_y.y125 extern AST_interface_n_t *the_interface; /* Ptr to AST interface node */
390 if (the_interface->fe_info != NULL)
392 the_interface->fe_info->acf_file = acf->acf_location.fileid;
393 the_interface->fe_info->acf_source_line = acf_yylineno(acf);
398 * the_interface = pointer to main or imported interface node
408 NAMETABLE_id_to_string(the_interface->name, &ast_int_name);
419 STRTAB_str_to_string(the_interface->fe_info->file, &file_name);
423 the_interface->fe_info->source_line);
428 AST_SET_CODE(the_interface);
430 AST_SET_NO_CODE(the_interface);
[all...]
H A Dcstubmts.c110 static AST_interface_n_t * the_interface = NULL; variable
175 else if (AST_OBJECT_SET(the_interface)) {
670 the_interface = p_interface;
795 the_interface = NULL;
H A Dhdgen.c107 static AST_interface_n_t * the_interface = NULL; variable
312 if (!AST_OBJECT_SET(the_interface))
739 the_interface = ifp;
838 the_interface = NULL;
H A Dastp_com.c1298 switch (the_interface->pointer_default)
1301 if (!AST_LOCAL_SET(the_interface))
1463 switch (the_interface->pointer_default)
1466 if (!AST_LOCAL_SET(the_interface))
2283 the_interface->pipe_types = (AST_type_p_n_t *)
2284 AST_concat_element((ASTP_node_t *)the_interface->pipe_types,
H A Dastp_sim.c1303 if (the_interface)
1304 AST_SET_DOUBLE_USED(the_interface);
1507 operation_node_p->op_number = the_interface->op_count++;
H A Dastp.h538 extern AST_interface_n_t * the_interface;

Completed in 201 milliseconds