Searched refs:pcre_malloc (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist/ |
D | pcregexp.pas | 295 function pcre_malloc( size : integer ) : pointer; in pcre_malloc() function 298 const pcre_stack_malloc: function ( size : integer ): pointer = pcre_malloc; in size() 420 function pcre_malloc( size : integer ) : pointer; in pcre_malloc() function
|
D | pcre.h.in | 489 PCRE_EXP_DECL void *(*pcre_malloc)(size_t); variable 510 PCRE_EXP_DECL void *pcre_malloc(size_t);
|
D | pcre.h.generic | 489 PCRE_EXP_DECL void *(*pcre_malloc)(size_t); 510 PCRE_EXP_DECL void *pcre_malloc(size_t);
|
D | NON-AUTOTOOLS-BUILD | 281 pcrecpp.h, otherwise the pcre_malloc() and pcre_free() exported functions will
|
D | ChangeLog | 1017 11. JIT should use pcre_malloc/pcre_free for allocation. 1032 rewritten so that the workspace expands (via pcre_malloc) if necessary, and 1734 pcre_malloc etc. are now initialized to local functions that call the 4538 pcre_callout to its entry point. Like pcre_malloc and pcre_free, this is a 4731 pcre_malloc() when PCRE was getting memory in which to place the information 5532 7. Turn the malloc/free funtions variables into pcre_malloc and pcre_free and
|
D | pcretest.c | 3424 pcre_malloc = new_malloc; in main()
|
/external/pcre/ |
D | pcre.h | 489 PCRE_EXP_DECL void *(*pcre_malloc)(size_t); variable 510 PCRE_EXP_DECL void *pcre_malloc(size_t);
|
/external/pcre/dist/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 281 pcrecpp.h, otherwise the pcre_malloc() and pcre_free() exported functions will
|
/external/pcre/dist/doc/ |
D | pcre.txt | 1115 Separate functions are provided rather than using pcre_malloc and 1669 void *(*pcre_malloc)(size_t); 1791 The global variables pcre_malloc and pcre_free initially contain the 1863 pcre_malloc, pcre_free, pcre_stack_malloc, and pcre_stack_free, and the 2036 obtained via pcre_malloc is returned. This contains the compiled code 2654 obtained via pcre_malloc. It is the caller's responsibility to ensure 2990 pcre_malloc() when pcre_compile() is getting memory in which to place 3631 purpose. If the call via pcre_malloc() fails, this error is given. The 3894 obtained via pcre_malloc, and its address is returned via stringptr. 3909 single block of memory that is obtained via pcre_malloc. The address of [all …]
|