Searched refs:PUBL (Results 1 - 25 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_globals.c70 PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = LocalPcreMalloc;
71 PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = LocalPcreFree;
72 PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = LocalPcreMalloc;
73 PCRE_EXP_DATA_DEFN void (*PUBL(stack_free))(void *) = LocalPcreFree;
74 PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL;
77 PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = malloc;
78 PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = free;
79 PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = malloc;
80 PCRE_EXP_DATA_DEFN void (*PUBL(stack_fre
[all...]
H A Dpcre_get.c408 stringlist = (pcre_uchar **)(PUBL(malloc))(size);
438 programs that can call its functions, but not free() or (PUBL(free))()
453 (PUBL(free))((void *)pointer);
499 substring = (pcre_uchar *)(PUBL(malloc))(IN_UCHARS(yield + 1));
569 programs that can call its functions, but not free() or (PUBL(free))()
584 (PUBL(free))((void *)pointer);
H A Dpcre_maketables.c62 part of the library, the store is obtained via PUBL(malloc)(), but when
81 yield = (unsigned char*)(PUBL(malloc))(tables_length);
H A Dpcre_study.c1326 PUBL(extra) *extra = NULL;
1426 extra = (PUBL(extra) *)(PUBL(malloc))
1427 (sizeof(PUBL(extra)) + sizeof(pcre_study_data));
1434 study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra)));
1531 PUBL(free)(extra);
H A Dpcreposix.c235 (PUBL(free))(preg->re_pcre);
H A Dpcre_exec.c322 newframe = (heapframe *)(PUBL(stack_malloc))(sizeof(heapframe));\
1259 if (PUBL(callout) != NULL)
1261 PUBL(callout_block) cb;
1279 if ((rrc = (*PUBL(callout))(&cb)) > 0) RRETURN(MATCH_NOMATCH);
1682 if (PUBL(callout) != NULL)
1684 PUBL(callout_block) cb;
1702 if ((rrc = (*PUBL(callout))(&cb)) > 0) RRETURN(MATCH_NOMATCH);
1761 (int *)(PUBL(malloc))(new_recursive.saved_max * sizeof(int));
1785 (PUBL(free))(new_recursive.offset_save);
1804 (PUBL(fre
[all...]
H A Dpcre_dfa_exec.c2659 if (PUBL(callout) != NULL)
2661 PUBL(callout_block) cb;
2679 if ((rrc = (*PUBL(callout))(&cb)) < 0) return rrc; /* Abandon */
3008 if (PUBL(callout) != NULL)
3010 PUBL(callout_block) cb;
3028 if ((rrc = (*PUBL(callout))(&cb)) < 0) return rrc; /* Abandon */
H A Dpcre_compile.c692 newspace = (PUBL(malloc))(IN_UCHARS(newsize));
697 (PUBL(free))((void *)cd->start_workspace);
7897 re = (REAL_PCRE *)(PUBL(malloc))(size);
8000 (PUBL(free))((void *)cd->start_workspace);
8055 (PUBL(free))(re);
8194 (PUBL(free))(re);
H A Dpcre_jit_compile.c55 #define SLJIT_MALLOC(size) (PUBL(malloc))(size)
56 #define SLJIT_FREE(ptr) (PUBL(free))(ptr)
168 PUBL(jit_callback) callback;
6820 PRIV(jit_compile)(const REAL_PCRE *re, PUBL(extra) *extra, int mode)
7264 PRIV(jit_exec)(const REAL_PCRE *re, const PUBL(extra) *extra_data, const pcre_uchar *subject,
7377 return (PUBL(jit_stack)*)sljit_allocate_stack(startsize, maxsize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_globals.c70 PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = LocalPcreMalloc;
71 PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = LocalPcreFree;
72 PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = LocalPcreMalloc;
73 PCRE_EXP_DATA_DEFN void (*PUBL(stack_free))(void *) = LocalPcreFree;
74 PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL;
77 PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = malloc;
78 PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = free;
79 PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = malloc;
80 PCRE_EXP_DATA_DEFN void (*PUBL(stack_fre
[all...]
H A Dpcre_get.c408 stringlist = (pcre_uchar **)(PUBL(malloc))(size);
438 programs that can call its functions, but not free() or (PUBL(free))()
453 (PUBL(free))((void *)pointer);
499 substring = (pcre_uchar *)(PUBL(malloc))(IN_UCHARS(yield + 1));
569 programs that can call its functions, but not free() or (PUBL(free))()
584 (PUBL(free))((void *)pointer);
H A Dpcre_maketables.c62 part of the library, the store is obtained via PUBL(malloc)(), but when
81 yield = (unsigned char*)(PUBL(malloc))(tables_length);
H A Dpcre_study.c1326 PUBL(extra) *extra = NULL;
1426 extra = (PUBL(extra) *)(PUBL(malloc))
1427 (sizeof(PUBL(extra)) + sizeof(pcre_study_data));
1434 study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra)));
1531 PUBL(free)(extra);
H A Dpcreposix.c235 (PUBL(free))(preg->re_pcre);
H A Dpcre_exec.c322 newframe = (heapframe *)(PUBL(stack_malloc))(sizeof(heapframe));\
1259 if (PUBL(callout) != NULL)
1261 PUBL(callout_block) cb;
1279 if ((rrc = (*PUBL(callout))(&cb)) > 0) RRETURN(MATCH_NOMATCH);
1682 if (PUBL(callout) != NULL)
1684 PUBL(callout_block) cb;
1702 if ((rrc = (*PUBL(callout))(&cb)) > 0) RRETURN(MATCH_NOMATCH);
1761 (int *)(PUBL(malloc))(new_recursive.saved_max * sizeof(int));
1785 (PUBL(free))(new_recursive.offset_save);
1804 (PUBL(fre
[all...]
H A Dpcre_dfa_exec.c2659 if (PUBL(callout) != NULL)
2661 PUBL(callout_block) cb;
2679 if ((rrc = (*PUBL(callout))(&cb)) < 0) return rrc; /* Abandon */
3008 if (PUBL(callout) != NULL)
3010 PUBL(callout_block) cb;
3028 if ((rrc = (*PUBL(callout))(&cb)) < 0) return rrc; /* Abandon */
H A Dpcre_compile.c692 newspace = (PUBL(malloc))(IN_UCHARS(newsize));
697 (PUBL(free))((void *)cd->start_workspace);
7897 re = (REAL_PCRE *)(PUBL(malloc))(size);
8000 (PUBL(free))((void *)cd->start_workspace);
8055 (PUBL(free))(re);
8194 (PUBL(free))(re);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_globals.c70 PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = LocalPcreMalloc;
71 PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = LocalPcreFree;
72 PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = LocalPcreMalloc;
73 PCRE_EXP_DATA_DEFN void (*PUBL(stack_free))(void *) = LocalPcreFree;
74 PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL;
77 PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = malloc;
78 PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = free;
79 PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = malloc;
80 PCRE_EXP_DATA_DEFN void (*PUBL(stack_fre
[all...]
H A Dpcre_get.c408 stringlist = (pcre_uchar **)(PUBL(malloc))(size);
438 programs that can call its functions, but not free() or (PUBL(free))()
453 (PUBL(free))((void *)pointer);
499 substring = (pcre_uchar *)(PUBL(malloc))(IN_UCHARS(yield + 1));
569 programs that can call its functions, but not free() or (PUBL(free))()
584 (PUBL(free))((void *)pointer);
H A Dpcre_maketables.c62 part of the library, the store is obtained via PUBL(malloc)(), but when
81 yield = (unsigned char*)(PUBL(malloc))(tables_length);
H A Dpcre_study.c1326 PUBL(extra) *extra = NULL;
1426 extra = (PUBL(extra) *)(PUBL(malloc))
1427 (sizeof(PUBL(extra)) + sizeof(pcre_study_data));
1434 study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra)));
1531 PUBL(free)(extra);
H A Dpcreposix.c235 (PUBL(free))(preg->re_pcre);
H A Dpcre_exec.c322 newframe = (heapframe *)(PUBL(stack_malloc))(sizeof(heapframe));\
1259 if (PUBL(callout) != NULL)
1261 PUBL(callout_block) cb;
1279 if ((rrc = (*PUBL(callout))(&cb)) > 0) RRETURN(MATCH_NOMATCH);
1682 if (PUBL(callout) != NULL)
1684 PUBL(callout_block) cb;
1702 if ((rrc = (*PUBL(callout))(&cb)) > 0) RRETURN(MATCH_NOMATCH);
1761 (int *)(PUBL(malloc))(new_recursive.saved_max * sizeof(int));
1785 (PUBL(free))(new_recursive.offset_save);
1804 (PUBL(fre
[all...]
H A Dpcre_dfa_exec.c2659 if (PUBL(callout) != NULL)
2661 PUBL(callout_block) cb;
2679 if ((rrc = (*PUBL(callout))(&cb)) < 0) return rrc; /* Abandon */
3008 if (PUBL(callout) != NULL)
3010 PUBL(callout_block) cb;
3028 if ((rrc = (*PUBL(callout))(&cb)) < 0) return rrc; /* Abandon */
H A Dpcre_compile.c692 newspace = (PUBL(malloc))(IN_UCHARS(newsize));
697 (PUBL(free))((void *)cd->start_workspace);
7897 re = (REAL_PCRE *)(PUBL(malloc))(size);
8000 (PUBL(free))((void *)cd->start_workspace);
8055 (PUBL(free))(re);
8194 (PUBL(free))(re);

Completed in 401 milliseconds

12