Searched refs:p_re (Results 1 – 2 of 2) sorted by relevance
488 regex_t *p_re = (regex_t *) xmalloc (REGEX_COUNT * sizeof (regex_t)); in run_compiles() local492 memset ( (void*)p_re, '\0', REGEX_COUNT * sizeof (regex_t) ); in run_compiles()526 p_test->p_test_regex = p_re++; in run_compiles()
457 regex_t *p_re = XCNEWVEC (regex_t, REGEX_COUNT); in run_compiles() local494 p_test->p_test_regex = p_re++; in run_compiles()