Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/librewrite/
H A Dxmap.c139 map->lm_args = ( void * )fopen( filename, "r" ); in rewrite_xmap_parse()
142 if ( map->lm_args == NULL ) { in rewrite_xmap_parse()
151 fclose( ( FILE * )map->lm_args ); in rewrite_xmap_parse()
216 map->lm_args = ( void * )lud; in rewrite_xmap_parse()
308 if ( map->lm_args == NULL ) { in rewrite_xmap_apply()
317 rewind( ( FILE * )map->lm_args ); in rewrite_xmap_apply()
319 while ( fgets( buf, sizeof( buf ), ( FILE * )map->lm_args ) ) { in rewrite_xmap_apply()
370 LDAPURLDesc *lud = ( LDAPURLDesc * )map->lm_args; in rewrite_xmap_apply()
470 if ( map->lm_args ) { in rewrite_xmap_destroy()
471 fclose( ( FILE * )map->lm_args ); in rewrite_xmap_destroy()
[all …]
H A Drewrite-int.h159 #define lm_args lm_union._lm_args macro