Lines Matching refs:PUBL
354 newframe = (heapframe *)(PUBL(stack_malloc))(sizeof(heapframe));\
1296 if (PUBL(callout) != NULL) in match()
1298 PUBL(callout_block) cb; in match()
1320 if ((rrc = (*PUBL(callout))(&cb)) > 0) RRETURN(MATCH_NOMATCH); in match()
1706 if (PUBL(callout) != NULL) in match()
1708 PUBL(callout_block) cb; in match()
1730 if ((rrc = (*PUBL(callout))(&cb)) > 0) RRETURN(MATCH_NOMATCH); in match()
1790 (int *)(PUBL(malloc))(new_recursive.saved_max * sizeof(int)); in match()
1816 (PUBL(free))(new_recursive.offset_save); in match()
1834 (PUBL(free))(new_recursive.offset_save); in match()
1844 (PUBL(free))(new_recursive.offset_save); in match()
1856 (PUBL(free))(new_recursive.offset_save); in match()
6315 (PUBL(stack_free))(oldframe); in release_match_heapframes()
6666 md->offset_vector = (int *)(PUBL(malloc))(ocount * sizeof(int)); in pcre_exec()
7069 (PUBL(free))(md->offset_vector); in pcre_exec()
7125 (PUBL(free))(md->offset_vector); in pcre_exec()