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

  /external/clearsilver/cs/
cs.h 130 NEOS_ESCAPE escape;
208 NEOS_ESCAPE escape; /* States escaping exemptions. default: NONE. */
222 NEOS_ESCAPE global_ctx; /* Contains global default escaping mode:
224 NEOS_ESCAPE current; /* Used to pass around parse and evaluation specific
226 NEOS_ESCAPE next_stack; /* This is a big fat workaround. Since STACK_ENTRYs
233 NEOS_ESCAPE when_undef; /* Contains the escaping context to be used when a
csparse.c 70 NEOS_ESCAPE escape;
188 NEOS_ESCAPE context; /* Context of the name */
    [all...]
  /external/clearsilver/util/
neo_str.h 76 /* NEOS_ESCAPE details the support escape contexts/modes handled
86 } NEOS_ESCAPE;
88 NEOERR* neos_escape(UINT8 *buf, int buflen, char esc_char, const char *escape,
96 NEOERR *neos_var_escape (NEOS_ESCAPE context,

Completed in 1249 milliseconds