Searched refs:lm_args (Results 1 – 2 of 2) sorted by relevance
139 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 …]
159 #define lm_args lm_union._lm_args macro