returntype         85 source3/rpcclient/rpcclient.c 				(( commands->cmd_set[i].returntype == RPC_RTYPE_NTSTATUS &&
returntype         87 source3/rpcclient/rpcclient.c                       ( commands->cmd_set[i].returntype == RPC_RTYPE_WERROR &&
returntype        670 source3/rpcclient/rpcclient.c 	if ( cmd_entry->returntype == RPC_RTYPE_NTSTATUS ) {
returntype        718 source3/rpcclient/rpcclient.c 				if (!(temp_set->returntype == RPC_RTYPE_NTSTATUS && temp_set->ntfn ) &&
returntype        719 source3/rpcclient/rpcclient.c                          !(temp_set->returntype == RPC_RTYPE_WERROR && temp_set->wfn )) {
returntype         32 source3/rpcclient/rpcclient.h 	RPC_RETURN_TYPE returntype;