Searched refs:sb_sasl_fns (Results 1 – 3 of 3) sorted by relevance
184 if (sb->sb_sasl_fns.lbextiofn_read != NULL) { in nsldapi_sasl_read()185 ret = sb->sb_sasl_fns.lbextiofn_read( in nsldapi_sasl_read()187 sb->sb_sasl_fns.lbextiofn_socket_arg); in nsldapi_sasl_read()213 if (sb->sb_sasl_fns.lbextiofn_read != NULL) { in nsldapi_sasl_read()214 ret = sb->sb_sasl_fns.lbextiofn_read( in nsldapi_sasl_read()216 sb->sb_sasl_fns.lbextiofn_socket_arg); in nsldapi_sasl_read()294 if (sb->sb_sasl_fns.lbextiofn_write != NULL) { in nsldapi_sasl_write()295 ret = sb->sb_sasl_fns.lbextiofn_write( in nsldapi_sasl_write()297 sb->sb_sasl_fns.lbextiofn_socket_arg); in nsldapi_sasl_write()336 sb->sb_sasl_fns.lbextiofn_socket_arg; in nsldapi_sasl_poll()[all …]
95 (((sbp)->sb_sasl_fns.lbextiofn_socket_arg == (pollfd).lpoll_socketarg) || \
192 sb_sasl_fns; /* sasl redirect copy ext I/O funcs */ member