Home
last modified time | relevance | path

Searched refs:rule_str (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/buildtools/checkdeps/
H A Dbuilddeps.py157 def ApplyOneRule(rule_str, dependee_regexp=None):
164 if self._ignore_temp_rules and rule_str.startswith(Rule.TEMP_ALLOW):
174 rules.AddRule(rule_str, relative_dir, rule_description, dependee_regexp)
177 for rule_str in includes:
178 ApplyOneRule(rule_str)
185 for rule_str in specific_rules:
186 ApplyOneRule(rule_str, regexp)
/third_party/ffmpeg/libavfilter/
H A Dvsrc_life.c45 char *rule_str; member
87 { "rule", "set rule", OFFSET(rule_str), AV_OPT_TYPE_STRING, {.str = "B3/S23"}, 0, 0, FLAGS },
103 const char *rule_str, void *log_ctx) in parse_rule()
106 const char *p = rule_str; in parse_rule()
130 long int rule = strtol(rule_str, &tail, 10); in parse_rule()
140 av_log(log_ctx, AV_LOG_ERROR, "Invalid rule code '%s' provided\n", rule_str); in parse_rule()
229 if ((ret = parse_rule(&life->born_rule, &life->stay_rule, life->rule_str, ctx)) < 0) in init()
265 life->rule_str, life->stay_rule, life->born_rule, life->stitch, in init()
275 av_freep(&life->rule_str); in uninit()
102 parse_rule(uint16_t *born_rule, uint16_t *stay_rule, const char *rule_str, void *log_ctx) parse_rule() argument
H A Dvsrc_cellauto.c44 char *rule_str; member
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_ciph.c995 static int ssl_cipher_process_rulestr(const char *rule_str, in ssl_cipher_process_rulestr() argument
1008 l = rule_str; in ssl_cipher_process_rulestr()
1446 const char *rule_str, in STACK_OF()
1460 if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL) in STACK_OF()
1463 if (!check_suiteb_cipher_list(ssl_method, c, &rule_str)) in STACK_OF()
1586 * We also need cipher aliases for selecting based on the rule_str. in STACK_OF()
1587 * There might be two types of entries in the rule_str: 1) names in STACK_OF()
1610 rule_p = rule_str; in STACK_OF()
1611 if (strncmp(rule_str, "DEFAULT", 7) == 0) { in STACK_OF()
H A Dssl_local.h2456 const char *rule_str,
/third_party/openssl/ssl/
H A Dssl_ciph.c994 static int ssl_cipher_process_rulestr(const char *rule_str, in ssl_cipher_process_rulestr() argument
1007 l = rule_str; in ssl_cipher_process_rulestr()
1445 const char *rule_str, in STACK_OF()
1459 if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL) in STACK_OF()
1462 if (!check_suiteb_cipher_list(ssl_method, c, &rule_str)) in STACK_OF()
1585 * We also need cipher aliases for selecting based on the rule_str. in STACK_OF()
1586 * There might be two types of entries in the rule_str: 1) names in STACK_OF()
1609 rule_p = rule_str; in STACK_OF()
1610 if (strncmp(rule_str, "DEFAULT", 7) == 0) { in STACK_OF()
H A Dssl_local.h2400 const char *rule_str,

Completed in 19 milliseconds