Home | History | Annotate | Download | only in src

Lines Matching refs:callout_string

6342       PCRE2_UCHAR *callout_string = code + (1 + 4*LINK_SIZE);
6351 delimiter = *callout_string++ = *pp++;
6366 *callout_string++ = delimiter;
6370 else *callout_string++ = *pp++;
6372 *callout_string++ = CHAR_NUL;
6376 PUT(code, 1 + 2*LINK_SIZE, (int)(callout_string - code));
6377 code = callout_string;