Lines Matching refs:ccode
182 uschar *ccode;
402 ccode = code + _pcre_OP_lengths[*code];
431 ccode = code + LINK_SIZE + 1;
432 printmap = (*ccode & XCL_MAP) != 0;
433 if ((*ccode++ & XCL_NOT) != 0) fprintf(f, "^");
438 ccode = code + 1;
447 if ((ccode[i/8] & (1 << (i&7))) != 0)
451 if ((ccode[j/8] & (1 << (j&7))) == 0) break;
465 ccode += 32;
473 while ((ch = *ccode++) != XCL_END)
477 int ptype = *ccode++;
478 int pvalue = *ccode++;
483 int ptype = *ccode++;
484 int pvalue = *ccode++;
489 ccode += 1 + print_char(f, ccode, TRUE);
493 ccode += 1 + print_char(f, ccode, TRUE);
506 switch(*ccode)
514 fprintf(f, "%s", OP_names[*ccode]);
515 extra += _pcre_OP_lengths[*ccode];
520 min = GET2(ccode,1);
521 max = GET2(ccode,3);
524 if (*ccode == OP_CRMINRANGE) fprintf(f, "?");
525 extra += _pcre_OP_lengths[*ccode];