HomeSort by relevance Sort by last modified time
    Searched refs:match_opts (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sandbox/win/src/
policy_low_level.cc 152 StringMatchOptions match_opts,
190 kSeekToEnd, match_opts,
194 kSeekForward, match_opts,
200 *skip_count, match_opts, options);
204 match_opts = static_cast<StringMatchOptions>(EXACT_LENGHT | match_opts);
207 match_opts, options);
219 StringMatchOptions match_opts) {
238 if (!GenStringOpcode(rule_type, match_opts, parameter,
250 if (!GenStringOpcode(rule_type, match_opts, parameter
    [all...]
policy_low_level.h 139 // match_opts: if the pattern matching is case sensitive or not.
141 const wchar_t* string, StringMatchOptions match_opts);
163 // match opcodes. rule_type, match_opts and parameter are the same as
165 bool GenStringOpcode(RuleType rule_type, StringMatchOptions match_opts,
policy_engine_opcodes.cc 230 StringMatchOptions match_opts,
252 opcode->SetArgument(3, match_opts);
268 unsigned int match_opts = 0; local
271 opcode->GetArgument(3, &match_opts);
290 BOOL case_sensitive = (match_opts & CASE_INSENSITIVE) ? TRUE : FALSE;
299 } else if (match_opts & EXACT_LENGHT) {
policy_engine_opcodes.h 339 // match_opts: Indicates additional matching flags. Currently CaseInsensitive
344 StringMatchOptions match_opts,

Completed in 701 milliseconds