Home
last modified time | relevance | path

Searched refs:pcre_free_study (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre.h615 PCRE_EXP_DECL void pcre_free_study(pcre_extra *);
H A Dpcre_study.c1516 pcre_free_study(extra); in pcre_study()
1543 pcre_free_study(pcre_extra *extra) in pcre_free_study() function
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1559 void pcre_free_study(pcre_extra *extra);
2460 the study data by calling pcre_free_study(). This function was added to
2480 pcre_free_study(sd);
7866 (2) Use pcre_free_study() to free the pcre_extra block when it is
7882 pcre_free_study(study_ptr);
8160 pcre_free_study(extra);

Completed in 36 milliseconds