Searched defs:fns (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsasl.c408 struct lber_x_ext_io_fns fns; local
501 (void) memset( &fns, 0, LBER_X_EXTIO_FNS_SIZE);
502 fns.lbextiofn_size = LBER_X_EXTIO_FNS_SIZE;
503 fns.lbextiofn_read = nsldapi_sasl_read;
504 fns.lbextiofn_write = nsldapi_sasl_write;
505 fns.lbextiofn_socket_arg =
510 (void *)&fns);

Completed in 68 milliseconds