Lines Matching refs:phase
478 void client_do_args( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat, enum stubless_phase phase, in client_do_args() argument
506 switch (phase) in client_do_args()
1215 PFORMAT_STRING pFormat, enum stubless_phase phase, in stub_do_args() argument
1232 switch (phase) in stub_do_args()
1326 enum stubless_phase phase; in NdrStubCall2() local
1478 for (phase = STUBLESS_UNMARSHAL; phase <= STUBLESS_FREE; phase++) in NdrStubCall2()
1480 TRACE("phase = %d\n", phase); in NdrStubCall2()
1481 switch (phase) in NdrStubCall2()
1537 retval_ptr = stub_do_args(&stubMsg, pFormat, phase, number_of_params); in NdrStubCall2()
1540 ERR("shouldn't reach here. phase %d\n", phase); in NdrStubCall2()
1581 PRPC_MESSAGE msg, DWORD *phase ) in NdrStubCall() argument
1583 return NdrStubCall2( This, channel, msg, phase ); in NdrStubCall()
1591 DWORD phase; in NdrServerCall() local
1592 NdrStubCall( NULL, NULL, msg, &phase ); in NdrServerCall()
2139 enum stubless_phase phase; in NdrpCompleteAsyncServerCall() local
2158 for (phase = STUBLESS_CALCSIZE; phase <= STUBLESS_FREE; phase++) in NdrpCompleteAsyncServerCall()
2160 TRACE("phase = %d\n", phase); in NdrpCompleteAsyncServerCall()
2161 switch (phase) in NdrpCompleteAsyncServerCall()
2187 … stub_do_args(pStubMsg, async_call_data->pHandleFormat, phase, async_call_data->number_of_params); in NdrpCompleteAsyncServerCall()
2190 ERR("shouldn't reach here. phase %d\n", phase); in NdrpCompleteAsyncServerCall()