Lines Matching defs:secure
157 static LBER_SOCKET nsldapi_os_socket( LDAP *ld, int secure, int domain,
166 typedef LBER_SOCKET (NSLDAPI_SOCKET_FN)( LDAP *ld, int secure, int domain,
176 int secure, NSLDAPI_SOCKET_FN *socketfn, NSLDAPI_IOCTL_FN *ioctlfn,
196 nsldapi_os_socket( LDAP *ld, int secure, int domain, int type, int protocol )
201 if ( secure ) {
204 "secure mode not supported") ));
467 int defport, int secure, char **krbinstancep )
488 if ( secure ) {
503 defport, secure, nsldapi_os_socket,
538 int defport, int secure, NSLDAPI_SOCKET_FN *socketfn,
621 if ( -1 == ( s = (*socketfn)( ld, secure, AF_INET,
1616 nsldapi_compat_socket( LDAP *ld, int secure, int domain, int type,
1638 if ( NULL == errmsg && secure &&
1641 "failed to enable secure mode");
1676 int s, secure;
1691 secure = 1;
1693 secure = 0;
1711 secure, socketfn, ioctlfn, connectwithtofn,