Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre.h636 PCRE_EXP_DECL void pcre_free_study(pcre_extra *);
H A Dpcre_study.c1633 pcre_free_study(extra); in pcre_study()
1660 pcre_free_study(pcre_extra *extra) in pcre_free_study() function
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt1592 void pcre_free_study(pcre_extra *extra);
2556 the study data by calling pcre_free_study(). This function was added to
2576 pcre_free_study(sd);
8352 (2) Use pcre_free_study() to free the pcre_extra block when it is
8368 pcre_free_study(study_ptr);
8640 pcre_free_study(extra);

Completed in 41 milliseconds