Searched refs:ndb_info (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dproto-ndb.h104 ndb_ai_find( struct ndb_info *ni, AttributeType *at );
107 ndb_ai_get( struct ndb_info *ni, struct berval *at );
110 ndb_aset_get( struct ndb_info *ni, struct berval *sname, struct berval *attrs, NdbOcInfo **ret );
113 ndb_aset_create( struct ndb_info *ni, NdbOcInfo *oci );
116 ndb_oc_read( struct ndb_info *ni, const NdbDictionary::Dictionary *dict );
H A Dconfig.cpp41 (void *)offsetof(struct ndb_info, ni_hostname),
46 (void *)offsetof(struct ndb_info, ni_dbname),
51 (void *)offsetof(struct ndb_info, ni_username),
56 (void *)offsetof(struct ndb_info, ni_password),
61 (void *)offsetof(struct ndb_info, ni_port),
66 (void *)offsetof(struct ndb_info, ni_socket),
71 (void *)offsetof(struct ndb_info, ni_clflag),
76 (void *)offsetof(struct ndb_info, ni_connectstr),
81 (void *)offsetof(struct ndb_info, ni_nconns),
132 struct ndb_info *n
[all...]
H A Dtools.cpp63 struct ndb_info *ni = (struct ndb_info *) be->be_private;
106 struct ndb_info *ni = (struct ndb_info *) be->be_private;
153 struct ndb_info *ni = (struct ndb_info *) be->be_private;
184 struct ndb_info *ni = (struct ndb_info *) be->be_private;
396 struct ndb_info *ni = (struct ndb_info *) b
[all...]
H A Dinit.cpp70 struct ndb_info *ni;
78 ni = (struct ndb_info *) ch_calloc( 1, sizeof(struct ndb_info) );
102 struct ndb_info *ni = (struct ndb_info *) be->be_private;
307 struct ndb_info *ni = (struct ndb_info *) be->be_private;
332 struct ndb_info *ni = (struct ndb_info *) be->be_private;
H A Dbind.cpp32 struct ndb_info *ni = (struct ndb_info *) op->o_bd->be_private;
H A Dndbio.cpp59 ndb_ai_find( struct ndb_info *ni, AttributeType *at )
69 ndb_ai_get( struct ndb_info *ni, struct berval *aname )
106 ndb_ai_check( struct ndb_info *ni, NdbOcInfo *oci, AttributeType **attrs, char **ptr, int *col,
191 ndb_oc_create( struct ndb_info *ni, NdbOcInfo *oci, int create )
242 ndb_oc_read( struct ndb_info *ni, const NdbDictionary::Dictionary *myDict )
339 ndb_oc_list( struct ndb_info *ni, const NdbDictionary::Dictionary *myDict,
425 ndb_aset_get( struct ndb_info *ni, struct berval *sname, struct berval *attrs, NdbOcInfo **ret )
471 ndb_aset_create( struct ndb_info *ni, NdbOcInfo *oci )
505 struct ndb_info *ni = (struct ndb_info *) b
[all...]
H A Dcompare.cpp31 struct ndb_info *ni = (struct ndb_info *) op->o_bd->be_private;
H A Dback-ndb.h86 struct ndb_info { struct
H A Dmodify.cpp207 struct ndb_info *ni = (struct ndb_info *) op->o_bd->be_private;
466 struct ndb_info *ni = (struct ndb_info *) op->o_bd->be_private;
H A Dadd.cpp31 struct ndb_info *ni = (struct ndb_info *) op->o_bd->be_private;
H A Ddelete.cpp34 struct ndb_info *ni = (struct ndb_info *) op->o_bd->be_private;
H A Dsearch.cpp56 static int ndb_filter_check( struct ndb_info *ni, Filter *f,
112 static int ndb_filter_set( Operation *op, struct ndb_info *ni, Filter *f, int indexed,
274 struct ndb_info *ni = (struct ndb_info *) op->o_bd->be_private;
504 struct ndb_info *ni = (struct ndb_info *) op->o_bd->be_private;
H A Dmodrdn.cpp31 struct ndb_info *ni = (struct ndb_info *) op->o_bd->be_private;

Completed in 144 milliseconds