HomeSort by relevance Sort by last modified time
    Searched refs:pcre_free_substring (Results 1 - 6 of 6) sorted by null

  /external/pcre/dist/
Makefile.am 36 doc/html/pcre_free_substring.html \
692 doc/pcre_free_substring.3 \
741 ln -sf pcre_free_substring.3 $(DESTDIR)$(man3dir)/pcre16_free_substring.3
767 ln -sf pcre_free_substring.3 $(DESTDIR)$(man3dir)/pcre32_free_substring.3
pcre_get.c 650 pcre_free_substring(const char *pointer) function
pcre.h.generic 588 PCRE_EXP_DECL void pcre_free_substring(const char *);
pcre.h.in 588 PCRE_EXP_DECL void pcre_free_substring(const char *);
pcregexp.pas 380 procedure pcre_free_substring( const p : pchar ); external; procedure
pcretest.c 267 pcre_free_substring(substring)
625 #define PCRE_FREE_SUBSTRING(substring) \
838 #define PCRE_FREE_SUBSTRING(substring) \
840 G(PCRE_FREE_SUBSTRING,BITONE)(substring); \
842 G(PCRE_FREE_SUBSTRING,BITTWO)(substring)
    [all...]

Completed in 993 milliseconds