Home
last modified time | relevance | path

Searched refs:re_resizef (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/lib/libast/common/regex/
H A Dregalloc.c34 state.disc.re_resizef = resize; in regalloc()
H A Dreginit.c396 if (disc->re_resizef) in alloc()
400 return (*disc->re_resizef)(disc->re_resizehandle, p, n); in alloc()
/titanic_50/usr/src/lib/libast/common/include/
H A Dregex.h164 regresize_t re_resizef; /* alloc/free function */ member
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h146 regresize_t re_resizef; /* alloc/free function */ member
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h146 regresize_t re_resizef; /* alloc/free function */ member
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h146 regresize_t re_resizef; /* alloc/free function */ member
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dregex.h146 regresize_t re_resizef; /* alloc/free function */ member
/titanic_50/usr/src/lib/libast/common/misc/
H A Dmagic.c2309 mp->redisc.re_resizef = (regresize_t)vmgetmem; in magicopen()