Lines Matching full:first_byte
2835 int first_byte = -1;
2991 /* Set up the first character to match, if available. The first_byte value is
3001 first_byte = re->first_byte & 255;
3002 if ((first_byte_caseless = ((re->first_byte & REQ_CASELESS) != 0)) == TRUE)
3003 first_byte = lcc[first_byte];
3068 if (first_byte >= 0)
3072 lcc[*current_subject] != first_byte)
3076 *current_subject != first_byte)
3171 register const uschar *p = current_subject + ((first_byte >= 0)? 1 : 0);