Lines Matching refs:CONST_STR_LEN
62 buffer_copy_string_len(token, CONST_STR_LEN("(=)")); in ssi_expr_tokenizer()
72 buffer_copy_string_len(token, CONST_STR_LEN("(>=)")); in ssi_expr_tokenizer()
79 buffer_copy_string_len(token, CONST_STR_LEN("(>)")); in ssi_expr_tokenizer()
90 buffer_copy_string_len(token, CONST_STR_LEN("(<=)")); in ssi_expr_tokenizer()
97 buffer_copy_string_len(token, CONST_STR_LEN("(<)")); in ssi_expr_tokenizer()
109 buffer_copy_string_len(token, CONST_STR_LEN("(!=)")); in ssi_expr_tokenizer()
116 buffer_copy_string_len(token, CONST_STR_LEN("(!)")); in ssi_expr_tokenizer()
127 buffer_copy_string_len(token, CONST_STR_LEN("(&&)")); in ssi_expr_tokenizer()
143 buffer_copy_string_len(token, CONST_STR_LEN("(||)")); in ssi_expr_tokenizer()
186 buffer_copy_string_len(token, CONST_STR_LEN("(")); in ssi_expr_tokenizer()
194 buffer_copy_string_len(token, CONST_STR_LEN(")")); in ssi_expr_tokenizer()
222 buffer_copy_string_len(token, CONST_STR_LEN("")); in ssi_expr_tokenizer()