Searched refs:regstart (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/project/gpl/l7filter/regexp/
H A Dregexp.h29 char regstart; /* Internal use only. */ member in struct:regexp
H A Dregexp.c54 * regstart char that must begin a match; '\0' if none obvious
265 r->regstart = '\0'; /* Worst-case defaults. */
275 r->regstart = *OPERAND(scan);
283 * the regstart check works with the beginning of the r.e.
761 if (prog->regstart != '\0')
763 while ((s = strchr(s, prog->regstart)) != NULL) {
1103 if (r->regstart != '\0')
1104 printf("start `%c' ", r->regstart);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l7filter/regexp/
H A Dregexp.h29 char regstart; /* Internal use only. */ member in struct:regexp
H A Dregexp.c54 * regstart char that must begin a match; '\0' if none obvious
265 r->regstart = '\0'; /* Worst-case defaults. */
275 r->regstart = *OPERAND(scan);
283 * the regstart check works with the beginning of the r.e.
761 if (prog->regstart != '\0')
763 while ((s = strchr(s, prog->regstart)) != NULL) {
1103 if (r->regstart != '\0')
1104 printf("start `%c' ", r->regstart);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex.c1307 Requires variables fail_stack, regstart, regend, reg_info, and
1353 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1354 PUSH_FAILURE_POINTER (regstart[this_reg]); \
1432 #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\
1484 regstart[this_reg] = (const char *) POP_FAILURE_POINTER (); \
1485 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1493 regstart[this_reg] = 0; \
1837 static const char ** regstart, ** regend;
1853 RETALLOC_IF (regstart, num_regs, const char *);
3777 FREE_VAR (regstart); \
1825 static const char ** regstart, ** regend; variable
3932 const char **regstart, **regend; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c1598 Requires variables fail_stack, regstart, regend, reg_info, and
1644 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1645 PUSH_FAILURE_POINTER (regstart[this_reg]); \
1724 # define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\
1776 regstart[this_reg] = (const CHAR_T *) POP_FAILURE_POINTER (); \
1777 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1785 regstart[this_reg] = 0; \
2231 static const char ** regstart, ** regend;
2248 RETALLOC_IF (regstart, num_regs, const char *);
5347 FREE_VAR (regstart); \
2219 static const char ** regstart, ** regend; variable
5638 const CHAR_T **regstart, **regend; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/project/gpl/l7filter/
H A Dl7_filter_main.c687 L7_PRINTK_DEBUG_2("tmp->pattern->regstart: %d\n", tmp->pattern->regstart);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l7filter/
H A Dl7_filter_main.c687 L7_PRINTK_DEBUG_2("tmp->pattern->regstart: %d\n", tmp->pattern->regstart);

Completed in 206 milliseconds