HomeSort by relevance Sort by last modified time
    Searched full:neos_escape (Results 1 - 6 of 6) sorted by null

  /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,
neo_str.c 421 NEOERR* neos_escape(UINT8 *buf, int buflen, char esc_char, const char *escape, function
867 NEOERR *neos_var_escape (NEOS_ESCAPE context,
  /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/ruby/ext/hdf/
neo_util.c 552 err = neos_escape((UINT8*)s, buflen, esc_char[0], escape, &ret);
  /external/clearsilver/python/
neo_util.c 611 err = neos_escape(s, buflen, esc_char[0], escape, &ret);

Completed in 73 milliseconds