Home
last modified time | relevance | path

Searched refs:rewrite_submatch (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/librewrite/
H A Dsubst.c37 struct rewrite_submatch *submatch = NULL, *tmpsm; in rewrite_subst_compile()
78 tmpsm = ( struct rewrite_submatch * )realloc( submatch, in rewrite_subst_compile()
79 sizeof( struct rewrite_submatch )*( nsub + 1 ) ); in rewrite_subst_compile()
239 struct rewrite_submatch *submatch, in submatch_copy()
H A Drewrite-int.h185 struct rewrite_submatch { struct
208 struct rewrite_submatch *lt_submatch; argument