hunk_result       315 source3/rpc_client/cli_lsarpc.c 		NTSTATUS hunk_result = NT_STATUS_OK;
hunk_result       327 source3/rpc_client/cli_lsarpc.c 		hunk_result = rpccli_lsa_lookup_sids_noalloc(cli,
hunk_result       337 source3/rpc_client/cli_lsarpc.c 		if (!NT_STATUS_IS_OK(hunk_result) &&
hunk_result       338 source3/rpc_client/cli_lsarpc.c 		    !NT_STATUS_EQUAL(hunk_result, STATUS_SOME_UNMAPPED) &&
hunk_result       339 source3/rpc_client/cli_lsarpc.c 		    !NT_STATUS_EQUAL(hunk_result, NT_STATUS_NONE_MAPPED))
hunk_result       342 source3/rpc_client/cli_lsarpc.c 			result = hunk_result;
hunk_result       348 source3/rpc_client/cli_lsarpc.c 		     !NT_STATUS_IS_OK(hunk_result))
hunk_result       351 source3/rpc_client/cli_lsarpc.c 		     !NT_STATUS_EQUAL(hunk_result, NT_STATUS_NONE_MAPPED)))