Searched refs:p_thread_support_ptrs (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/idl_lib/
H A Deenodtbl.c131 rpc_ss_thread_support_ptrs_t *p_thread_support_ptrs,
146 RPC_SS_THREADS_MUTEX_CREATE(&(p_thread_support_ptrs->mutex));
147 p_thread_support_ptrs->p_mem_h = p_mem_handle;
148 p_thread_support_ptrs->allocator.p_allocate = rpc_ss_allocate_ex;
149 p_thread_support_ptrs->allocator.p_free = rpc_ss_free_ex;
150 p_thread_support_ptrs->allocator.p_context = NULL;
154 helper_thread_indirection_ptr->indirection = p_thread_support_ptrs;
168 rpc_ss_thread_support_ptrs_t *p_thread_support_ptrs,
172 rpc_ss_build_indirection_struct(p_thread_support_ptrs, p_mem_handle,
204 rpc_ss_thread_support_ptrs_t *p_thread_support_ptrs; local
129 rpc_ss_build_indirection_struct( rpc_ss_thread_support_ptrs_t *p_thread_support_ptrs, rpc_ss_mem_handle *p_mem_handle, idl_boolean free_referents ) argument
166 rpc_ss_create_support_ptrs( rpc_ss_thread_support_ptrs_t *p_thread_support_ptrs, rpc_ss_mem_handle *p_mem_handle ) argument
[all...]
H A Dalfrsupp.c234 rpc_ss_thread_support_ptrs_t *p_thread_support_ptrs; local
240 p_thread_support_ptrs = thread_indirection_ptr->indirection;
243 rpc_ss_mem_free( p_thread_support_ptrs->p_mem_h );
252 free( (idl_void_p_t)p_thread_support_ptrs->p_mem_h );
253 RPC_SS_THREADS_MUTEX_DELETE( &(p_thread_support_ptrs->mutex) );
256 free( p_thread_support_ptrs );
579 rpc_ss_thread_support_ptrs_t *p_thread_support_ptrs; local
595 p_thread_support_ptrs = (rpc_ss_thread_support_ptrs_t *)
597 if (p_thread_support_ptrs == NULL)
604 rpc_ss_build_indirection_struct( p_thread_support_ptrs, p_mem_handl
[all...]

Completed in 58 milliseconds