Home
last modified time | relevance | path

Searched defs:Cache_s (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcache.c37 typedef struct Cache_s struct
39 patternCache_s global() argument
40 reCache_s global() argument
41 serialCache_s global() argument
42 reflagsCache_s global() argument
43 keepCache_s global() argument
44 sizeCache_s global() argument
/titanic_51/usr/src/lib/libast/common/regex/
H A Dregcache.c37 typedef struct Cache_s struct
39 char* pattern;
40 regex_t re;
41 unsigned long serial;
42 regflags_t reflags;
43 int keep;
44 int size;