HomeSort by relevance Sort by last modified time
    Searched full:pcre_config (Results 1 - 25 of 40) sorted by null

1 2

  /external/pcre/dist/
makevp_c.txt 4 pcre_config.c
makevp_l.txt 4 +pcre_config.obj &
pcre_config.c 41 /* This module contains the external function pcre_config(). */
70 pcre_config(int what, void *where) function
190 /* End of pcre_config.c */
pcre16_config.c 43 #include "pcre_config.c"
pcre32_config.c 43 #include "pcre_config.c"
Makefile.am 30 doc/html/pcre_config.html \
230 pcre_config.c \
648 DLL_OBJS= pcre_byte_order.o pcre_compile.o pcre_config.o \
686 doc/pcre_config.3 \
735 ln -sf pcre_config.3 $(DESTDIR)$(man3dir)/pcre16_config.3
761 ln -sf pcre_config.3 $(DESTDIR)$(man3dir)/pcre32_config.3
pcretest.c 491 pcre_config(), and the JIT stack functions, when it doesn't matter which
571 #define PCRE_CONFIG pcre_config
797 #define PCRE_CONFIG G(G(pcre,BITONE),_config)
    [all...]
PrepareRelease 211 pcre_config.c \
Makefile.in 218 pcre_config.c pcre_dfa_exec.c pcre_exec.c pcre_fullinfo.c \
227 @WITH_PCRE8_TRUE@ libpcre_la-pcre_config.lo \
    [all...]
pcregexp.pas 229 { Request types for pcre_config() }
347 function pcre_config( what : integer; where : pointer) : integer; external; function
pcredemo.c 277 (void)pcre_config(PCRE_CONFIG_NEWLINE, &d);
pcre.h.generic 285 /* Request types for pcre_config(). Do not re-arrange, in order to remain
552 PCRE_EXP_DECL int pcre_config(int, void *);
pcre.h.in 285 /* Request types for pcre_config(). Do not re-arrange, in order to remain
552 PCRE_EXP_DECL int pcre_config(int, void *);
pcrecpp.cc 364 pcre_config(PCRE_CONFIG_NEWLINE, &newline);
376 assert(NULL == "Unexpected return value from pcre_config(NEWLINE)");
  /external/pcre/dist/doc/
pcre_config.3 1 .TH PCRE_CONFIG 3 "20 April 2014" "PCRE 8.36"
10 .B int pcre_config(int \fIwhat\fP, void *\fIwhere\fP);
index.html.src 110 <tr><td><a href="pcre_config.html">pcre_config</a></td>
pcre.3 
pcre16.3 
pcre32.3 
pcredemo.3 294 (void)pcre_config(PCRE_CONFIG_NEWLINE, &d);
  /external/pcre/dist/doc/html/
pcre_config.html 3 <title>pcre_config specification</title>
6 <h1>pcre_config man page</h1>
22 <b>int pcre_config(int <i>what</i>, void *<i>where</i>);</b>
75 option for <b>pcre_config()</b>
82 <b>pcre_config()</b>, if PCRE_CONFIG_UTF8 or PCRE_CONFIG_UTF32 is passed to
index.html 110 <tr><td><a href="pcre_config.html">pcre_config</a></td>
pcre.html 98 <a href="pcre_config.html"><b>pcre_config()</b></a>
pcredemo.html 294 (void)pcre_config(PCRE_CONFIG_NEWLINE, &amp;d);
  /external/pcre/
Android.mk 7 dist/pcre_config.c \

Completed in 634 milliseconds

1 2