Searched refs:RULE_WORD_SIZE (Results 1 – 3 of 3) sorted by relevance
130 char memory[RULE_WORD_SIZE];618 max_length = RULE_WORD_SIZE - 1; in rules_init()760 while (length < RULE_WORD_SIZE) { in rules_apply()791 rules_vars['+'] = RULE_WORD_SIZE; in rules_apply()811 if (length >= RULE_WORD_SIZE) in rules_apply()1176 end = &in[RULE_WORD_SIZE - 1]; in rules_apply()1197 end = &out[RULE_WORD_SIZE - 1]; in rules_apply()1424 RULE_WORD_SIZE); in rules_apply()1426 if (length > RULE_WORD_SIZE - 1) in rules_apply()1427 length = RULE_WORD_SIZE - 1; in rules_apply()[all …]
621 char pair[RULE_WORD_SIZE]; in single_process_pw()656 strnzcpy(pair, first->data, RULE_WORD_SIZE); in single_process_pw()657 strnzcat(pair, second->data, RULE_WORD_SIZE); in single_process_pw()672 strnzcat(pair, second->data, RULE_WORD_SIZE); in single_process_pw()
430 #define RULE_WORD_SIZE 0x80 macro