Searched refs:source_ustr (Results 1 – 1 of 1) sorted by relevance
318 UNICODE_STRING source_ustr; in OpcodeEval() local319 InitStringUnicode(source_str, match_len, &source_ustr); in OpcodeEval()321 if (0 == g_nt.RtlCompareUnicodeString(&match_ustr, &source_ustr, in OpcodeEval()332 UNICODE_STRING source_ustr; in OpcodeEval() local333 InitStringUnicode(source_str, match_len, &source_ustr); in OpcodeEval()336 if (0 == g_nt.RtlCompareUnicodeString(&match_ustr, &source_ustr, in OpcodeEval()339 context->position += (source_ustr.Buffer - source_str) + match_len; in OpcodeEval()342 ++source_ustr.Buffer; in OpcodeEval()