Searched refs:pattlen (Results 1 – 1 of 1) sorted by relevance
487 int pattlen; in PyTre_ncompile() local498 if (!PyArg_ParseTuple(args, "s#|i:compile", &pattern, &pattlen, &cflags)) in PyTre_ncompile()520 rc = tre_regncomp(&rv->rgx, (char*)pattern, pattlen, cflags); in PyTre_ncompile()