Home
last modified time | relevance | path

Searched refs:source_ustr (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dpolicy_engine_opcodes.cc318 UNICODE_STRING source_ustr; in OpcodeEval() local
319 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() local
333 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()