Searched refs:ldap_x_ext_io_fns_rev0 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsetoption.c199 if (((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_size ==
203 ((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_close;
205 ((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_connect;
207 ((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_read;
209 ((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_write;
211 ((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_poll;
213 ((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_newhandle;
215 ((struct ldap_x_ext_io_fns_rev0 *)optdata)->
218 ((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_session_arg;
H A Dgetoption.c192 ((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_close = ld->ld_extclose_fn;
193 ((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_connect = ld->ld_extconnect_fn;
194 ((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_read = ld->ld_extread_fn;
195 ((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_write = ld->ld_extwrite_fn;
196 ((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_poll = ld->ld_extpoll_fn;
197 ((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_newhandle = ld->ld_extnewhandle_fn;
198 ((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_disposehandle = ld->ld_extdisposehandle_fn;
199 ((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_session_arg = ld->ld_ext_session_arg;
H A Dldap-int.h243 struct ldap_x_ext_io_fns_rev0 { struct
254 #define LDAP_X_EXTIO_FNS_SIZE_REV0 sizeof(struct ldap_x_ext_io_fns_rev0)

Completed in 18 milliseconds