Searched defs:match_opts (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc230 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) {
227 MakeOpWStringMatch(int16 selected_param, const wchar_t* match_str, int start_position, StringMatchOptions match_opts, uint32 options) argument
H A Dpolicy_low_level.cc152 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, paramete
151 GenStringOpcode(RuleType rule_type, StringMatchOptions match_opts, uint16 parameter, int state, bool last_call, int* skip_count, std::wstring* fragment) argument
217 AddStringMatch(RuleType rule_type, int16 parameter, const wchar_t* string, StringMatchOptions match_opts) argument
[all...]

Completed in 69 milliseconds