• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/

Lines Matching refs:the_interface

381             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->exports = NULL;
418 the_interface->imports =
420 the_interface->imports->interface = FE_parse_import (nidl_idl_str);
421 if (the_interface->imports->interface != NULL)
423 AST_CLR_OUT_OF_LINE(the_interface->imports->interface);
424 AST_SET_IN_LINE(the_interface->imports->interface);
447 the_interface->imports = (AST_import_n_t *) AST_concat_element(
448 (ASTP_node_t *) the_interface->imports,
450 the_interface->exports = (AST_export_n_t*)AST_concat_element(
451 (ASTP_node_t*)the_interface->exports,
608 the_interface, $<y_type>2, $<y_declarator>3, &$<y_attributes>1) ;
1366 if (ASTP_IF_AF_SET(the_interface,ASTP_IF_UUID))
1368 ASTP_SET_IF_AF(the_interface,ASTP_IF_UUID);
1369 the_interface->uuid = $<y_uuid>2;
1374 if (ASTP_IF_AF_SET(the_interface,ASTP_IF_PORT))
1376 ASTP_SET_IF_AF(the_interface,ASTP_IF_PORT);
1380 if (ASTP_IF_AF_SET(the_interface, ASTP_IF_EXCEPTIONS))
1382 ASTP_SET_IF_AF(the_interface, ASTP_IF_EXCEPTIONS);
1387 if (ASTP_IF_AF_SET(the_interface,ASTP_IF_VERSION))
1389 ASTP_SET_IF_AF(the_interface,ASTP_IF_VERSION);
1396 if (AST_LOCAL_SET(the_interface))
1398 AST_SET_LOCAL(the_interface);
1403 if (the_interface->pointer_default != 0)
1405 the_interface->pointer_default = $<y_ptrclass>3;
1410 if (AST_OBJECT_SET(the_interface))
1412 AST_SET_OBJECT(the_interface);
1423 if (the_interface->implicit_handle_name != NAMETABLE_NIL_ID)
1426 ASTP_set_implicit_handle(the_interface, NAMETABLE_NIL_ID, $<y_id>4);
1431 if (the_interface->implicit_handle_name != NAMETABLE_NIL_ID)
1434 ASTP_set_implicit_handle(the_interface, $<y_id>3, $<y_id>4);
1447 the_interface->version = $<y_int_info>1.int_val;
1448 if (the_interface->version > /*(unsigned int)*/ASTP_C_USHORT_MAX)
1464 the_interface->version = (minor_version * 65536) + major_version;
1476 the_interface->exceptions = $<y_exception>1;
1481 (ASTP_node_t *) the_interface->exceptions,
1489 ASTP_parse_port(the_interface,$<y_string>1);