23 chr *
string,
size_t *slength);
55 if (
string == NULL || slength == NULL)
59 if (re == NULL || re->re_magic !=
REMAGIC)
61 if (re->re_csize !=
sizeof(
chr))
68 g = (
struct guts *) re->re_guts;
96 assert(*slength <= cnfa->nstates);
140 else if (nextst != ca->
to)
189 else if (thiscolor == ca->
co)
227 string[(*slength)++] =
c;
230 }
while (nextst != -1);
244 else if (nextst != ca->
to)
if(TABLE==NULL||TABLE_index==NULL)
void pg_set_regex_collation(Oid collation)
int pg_regprefix(regex_t *re, chr **string, size_t *slength)
static int findprefix(struct cnfa *cnfa, struct colormap *cm, chr *string, size_t *slength)