Symbol: ldap_x_ext_io_fns_rev0
usr/src/lib/libldap5/sources/ldap/common/getoption.c
190
((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_close = ld->ld_extclose_fn;
usr/src/lib/libldap5/sources/ldap/common/getoption.c
191
((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_connect = ld->ld_extconnect_fn;
usr/src/lib/libldap5/sources/ldap/common/getoption.c
192
((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_read = ld->ld_extread_fn;
usr/src/lib/libldap5/sources/ldap/common/getoption.c
193
((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_write = ld->ld_extwrite_fn;
usr/src/lib/libldap5/sources/ldap/common/getoption.c
194
((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_poll = ld->ld_extpoll_fn;
usr/src/lib/libldap5/sources/ldap/common/getoption.c
195
((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_newhandle = ld->ld_extnewhandle_fn;
usr/src/lib/libldap5/sources/ldap/common/getoption.c
196
((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_disposehandle = ld->ld_extdisposehandle_fn;
usr/src/lib/libldap5/sources/ldap/common/getoption.c
197
((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_session_arg = ld->ld_ext_session_arg;
usr/src/lib/libldap5/sources/ldap/common/ldap-int.h
255
#define LDAP_X_EXTIO_FNS_SIZE_REV0 sizeof(struct ldap_x_ext_io_fns_rev0)
usr/src/lib/libldap5/sources/ldap/common/setoption.c
200
if (((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_size ==
usr/src/lib/libldap5/sources/ldap/common/setoption.c
204
((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_close;
usr/src/lib/libldap5/sources/ldap/common/setoption.c
206
((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_connect;
usr/src/lib/libldap5/sources/ldap/common/setoption.c
208
((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_read;
usr/src/lib/libldap5/sources/ldap/common/setoption.c
210
((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_write;
usr/src/lib/libldap5/sources/ldap/common/setoption.c
212
((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_poll;
usr/src/lib/libldap5/sources/ldap/common/setoption.c
214
((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_newhandle;
usr/src/lib/libldap5/sources/ldap/common/setoption.c
216
((struct ldap_x_ext_io_fns_rev0 *)optdata)->
usr/src/lib/libldap5/sources/ldap/common/setoption.c
219
((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_session_arg;