Home
last modified time | relevance | path

Searched defs:ldb_context (Results 1 – 19 of 19) sorted by relevance

/dports/net/samba412/samba-4.12.15/lib/ldb/include/
H A Dldb_private.h109 struct ldb_context { struct
120 } *extended_match_rules;
126 struct ldb_opaque {
130 } *opaque;
132 struct ldb_schema schema;
134 char *err_string;
136 int transaction_active;
138 int default_timeout;
140 unsigned int flags;
155 char *partial_debug;
[all …]
/dports/databases/ldb20/ldb-2.0.10/ldb_key_value/
H A Dldb_kv.c112 {
115 const char *dn_folded = NULL;
121 there are 3 cases dealt with in this code:
126 the indexing code handles the rest
130 if (!dn_folded) {
134 key_str = talloc_strdup(mem_ctx, "DN=");
139 key_str = talloc_strdup_append_buffer(key_str, dn_folded);
141 goto failed;
144 key.data = (uint8_t *)key_str;
153 return key;
[all …]
/dports/databases/ldb22/ldb-2.2.1/include/
H A Dldb_private.h109 struct ldb_context { struct
120 } *extended_match_rules;
126 struct ldb_opaque {
130 } *opaque;
132 struct ldb_schema schema;
134 char *err_string;
136 int transaction_active;
138 int default_timeout;
140 unsigned int flags;
155 char *partial_debug;
[all …]
/dports/databases/ldb21/ldb-2.1.5/include/
H A Dldb_private.h109 struct ldb_context { struct
120 } *extended_match_rules;
126 struct ldb_opaque {
130 } *opaque;
132 struct ldb_schema schema;
134 char *err_string;
136 int transaction_active;
138 int default_timeout;
140 unsigned int flags;
155 char *partial_debug;
[all …]
/dports/databases/ldb15/ldb-1.5.6/include/
H A Dldb_private.h109 struct ldb_context { struct
120 } *extended_match_rules;
126 struct ldb_opaque {
130 } *opaque;
132 struct ldb_schema schema;
134 char *err_string;
136 int transaction_active;
138 int default_timeout;
140 unsigned int flags;
153 bool prepare_commit_done;
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/ldb/include/
H A Dldb_private.h96 struct ldb_context { struct
98 struct ldb_module *modules;
101 struct ldb_debug_ops debug_ops;
104 struct ldb_utf8_fns utf8_fns;
107 struct ldb_opaque {
111 } *opaque;
113 struct ldb_schema schema;
137 int ldb_connect_backend(struct ldb_context *ldb, const char *url, const char *options[], argument
/dports/databases/ldb22/ldb-2.2.1/tools/
H A Dcmdline.c98 void (*usage)(struct ldb_context *), in ldb_cmdline_process_internal()
328 void (*usage)(struct ldb_context *)) in ldb_cmdline_process_search()
335 void (*usage)(struct ldb_context *)) in ldb_cmdline_process_edit()
342 void (*usage)(struct ldb_context *)) in ldb_cmdline_process()
/dports/net/samba412/samba-4.12.15/lib/ldb/tools/
H A Dcmdline.c98 void (*usage)(struct ldb_context *), in ldb_cmdline_process_internal()
327 void (*usage)(struct ldb_context *)) in ldb_cmdline_process_search()
334 void (*usage)(struct ldb_context *)) in ldb_cmdline_process()
/dports/databases/ldb21/ldb-2.1.5/tools/
H A Dcmdline.c98 void (*usage)(struct ldb_context *), in ldb_cmdline_process_internal()
327 void (*usage)(struct ldb_context *)) in ldb_cmdline_process_search()
334 void (*usage)(struct ldb_context *)) in ldb_cmdline_process()
/dports/databases/ldb15/ldb-1.5.6/tools/
H A Dcmdline.c98 void (*usage)(struct ldb_context *), in ldb_cmdline_process_internal()
327 void (*usage)(struct ldb_context *)) in ldb_cmdline_process_search()
334 void (*usage)(struct ldb_context *)) in ldb_cmdline_process()
/dports/sysutils/doctl/doctl-1.68.0/integration/
H A Dfloating_ip_create_test.go100 "name": "New York 3",
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/ldb/ldb_ildap/
H A Dldb_ildap.c325 int (*callback)(struct ldb_context *, void *, struct ldb_reply *)) in init_ildb_handle()
360 int (*callback)(struct ldb_context *, void *, struct ldb_reply *), in ildb_request_send()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/ldb/swig/
H A Dldb.i111 %typemap(check) struct ldb_context* { struct
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/ldb/modules/
H A Dpaged_searches.c65 int (*callback)(struct ldb_context *, void *, struct ldb_reply *)) in init_handle()
H A Dasq.c68 int (*callback)(struct ldb_context *, void *, struct ldb_reply *)) in init_handle()
H A Dpaged_results.c144 int (*callback)(struct ldb_context *, void *, struct ldb_reply *)) in init_handle()
H A Dsort.c68 int (*callback)(struct ldb_context *, void *, struct ldb_reply *)) in init_handle()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/scripting/ejs/
H A Dsmbcalls_ldb.c129 int fn(struct ldb_context *, const struct ldb_message *)) in ejs_ldbAddModify()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/ldb/ldb_ldap/
H A Dldb_ldap.c68 int (*callback)(struct ldb_context *, void *, struct ldb_reply *), in init_handle()