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

/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dacscp_plugin.h109 int (*init_type) __P((acsp_ext *ext, int type_index)); // zero based index
H A Dacsp.c82 static int acsp_plugin_init_type(acsp_ext *ext, int type_index);
834 static int acsp_plugin_init_type(acsp_ext *ext, int type_index) argument
836 if (type_index == 0) {
841 } else if (type_index == 1) {
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dwrstabs.c152 long type_index; member in struct:stab_write_handle
496 info.type_index = 1;
595 index = info->type_index;
596 ++info->type_index;
618 index = info->type_index;
619 ++info->type_index;
655 index = info->type_index;
656 ++info->type_index;
714 index = info->type_index;
715 ++info->type_index;
[all...]
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c423 int type_index; local
428 for (type_index = 0; type_index < IPV6_FW_ICMPTYPES_DIM * sizeof(unsigned) * 8; ++type_index)
429 if (chain->fw_icmp6types[type_index / (sizeof(unsigned) * 8)] &
430 (1U << (type_index % (sizeof(unsigned) * 8)))) {
431 printf("%c%d", first == 1 ? ' ' : ',', type_index);
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dddbe.h472 unsigned long type_index; /* Type vector index for this param */ member in struct:DDBE_param_i_t
H A Dddbe.c963 param_p->be_info.dd_param->type_index =
967 oper_p->result->be_info.dd_param->type_index =
/macosx-10.10.1/dcerpc-61/dcerpc/idl_lib/
H A Dndrui5.c540 idl_ulong_int type_index, /* [in] Index of start of definitions of
551 type_vec_ptr = (IDL_msp->IDL_type_vec) + type_index;
538 rpc_ss_ndr_u_param_cs_shadow( idl_ulong_int type_index, IDL_cs_shadow_elt_t *cs_shadow, IDL_msp_t IDL_msp ) argument
H A Dndrui.h407 idl_ulong_int type_index,
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DSupplicant.c699 EAPAcceptTypesRemoveTypeAtIndex(EAPAcceptTypesRef accept, int type_index) argument
703 if (type_index >= accept->count || type_index < 0) {
707 for (i = type_index; i < (accept->count - 1); i++) {

Completed in 168 milliseconds