Home | History | Annotate | Download | only in dist

Lines Matching defs:errorptr

833 	const char *errorptr;
859 regex = pcre_compile(null_str, 0, &errorptr, &erroroffset, NULL);
865 regex = pcre16_compile(null_str, 0, &errorptr, &erroroffset, NULL);
871 regex = pcre32_compile(null_str, 0, &errorptr, &erroroffset, NULL);