Searched refs:type_vec_ptr (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/idl_lib/
H A Dndrui5.c546 idl_byte *type_vec_ptr; local
551 type_vec_ptr = (IDL_msp->IDL_type_vec) + type_index;
554 IDL_GET_LONG_FROM_VECTOR(param_index,type_vec_ptr);
556 type_byte = *type_vec_ptr;
557 type_vec_ptr++;
565 *type_vec_ptr,
567 type_vec_ptr++; /* attribute type */
596 type_vec_ptr++;
597 IDL_DISCARD_LONG_FROM_VECTOR(type_vec_ptr);
599 IDL_DISCARD_LONG_FROM_VECTOR(type_vec_ptr);
725 idl_byte *type_vec_ptr; local
780 idl_byte *type_vec_ptr = *p_type_vec_ptr; local
[all...]
H A Dndrmi.c1634 /* On entry type_vec_ptr points to type of parameter
1639 idl_byte *type_vec_ptr = *p_type_vec_ptr; local
1641 type_byte = *type_vec_ptr;
1642 type_vec_ptr++;
1646 type_vec_ptr++; /* Ignore properties byte */
1647 IDL_DISCARD_LONG_FROM_VECTOR( type_vec_ptr ); /* Struct defn */
1651 type_vec_ptr++; /* Ignore properties byte */
1652 IDL_DISCARD_LONG_FROM_VECTOR( type_vec_ptr ); /* Full array defn */
1653 IDL_DISCARD_LONG_FROM_VECTOR( type_vec_ptr ); /* Flat array defn */
1656 type_vec_ptr
1692 idl_byte *type_vec_ptr = NULL; local
[all...]
H A Dndrui.c1503 idl_byte *type_vec_ptr = *p_type_vec_ptr; local
1515 array_type = *type_vec_ptr;
1516 type_vec_ptr++;
1521 array_type = *type_vec_ptr;
1522 type_vec_ptr++;
1525 type_has_pointers = IDL_PROP_TEST(*type_vec_ptr, IDL_PROP_HAS_PTRS);
1526 type_vec_ptr++;
1527 IDL_DISCARD_LONG_FROM_VECTOR(type_vec_ptr);
1529 IDL_GET_LONG_FROM_VECTOR(array_defn_index,type_vec_ptr);
1567 *p_type_vec_ptr = type_vec_ptr;
1593 idl_byte *type_vec_ptr; local
[all...]
H A Dndrmi5.c767 idl_byte *type_vec_ptr, /* [in] After shadow length */
794 IDL_GET_LONG_FROM_VECTOR(param_index,type_vec_ptr);
797 type_byte = *type_vec_ptr;
798 type_vec_ptr++;
803 param_index - 1, &type_vec_ptr, IDL_msp);
834 type_vec_ptr++;
835 IDL_DISCARD_LONG_FROM_VECTOR(type_vec_ptr);
837 IDL_DISCARD_LONG_FROM_VECTOR(type_vec_ptr);
853 type_vec_ptr++;
854 IDL_DISCARD_LONG_FROM_VECTOR(type_vec_ptr);
765 rpc_ss_ndr_m_param_cs_shadow( idl_byte *type_vec_ptr, idl_ulong_int param_index, idl_ulong_int shadow_length, IDL_cs_shadow_elt_t **p_cs_shadow, IDL_msp_t IDL_msp ) argument
[all...]
H A Dndrui2.c1716 /* On entry type_vec_ptr points to type of parameter
1723 idl_byte *type_vec_ptr = *p_type_vec_ptr; local
1726 type_byte = *type_vec_ptr;
1727 type_vec_ptr++;
1731 type_vec_ptr++; /* Ignore properties byte */
1732 IDL_GET_LONG_FROM_VECTOR( defn_index, type_vec_ptr );
1736 type_vec_ptr++; /* Ignore properties byte */
1737 IDL_DISCARD_LONG_FROM_VECTOR( type_vec_ptr ); /* Full array defn */
1738 IDL_GET_LONG_FROM_VECTOR( defn_index, type_vec_ptr );
1741 type_vec_ptr
[all...]
H A Dndrmi.h317 idl_byte *type_vec_ptr,

Completed in 180 milliseconds