Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h636 PCRE_EXP_DECL void pcre_free_study(pcre_extra *);
H A Dpcre_study.c1640 pcre_free_study(extra); in pcre_study()
1667 pcre_free_study(pcre_extra *extra) in pcre_free_study() function
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1603 void pcre_free_study(pcre_extra *extra);
2567 the study data by calling pcre_free_study(). This function was added to
2587 pcre_free_study(sd);
8376 (2) Use pcre_free_study() to free the pcre_extra block when it is
8392 pcre_free_study(study_ptr);
8664 pcre_free_study(extra);

Completed in 42 milliseconds