Searched refs:backends (Results 1 - 25 of 87) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntvfs/sysdep/
H A Dsys_notify.c32 /* list of registered backends */
33 static struct sys_notify_backend *backends; variable in typeref:struct:sys_notify_backend
67 bname = backends[0].name;
78 backends[i].name);
85 if (strcasecmp(backends[i].name, bname) == 0) {
86 bname = backends[i].name;
95 ctx->notify_watch = backends[i].notify_watch;
125 b = talloc_realloc(talloc_autofree_context(), backends,
128 backends = b;
129 backends[num_backend
[all...]
H A Dsys_lease.c31 /* list of registered backends */
32 static struct sys_lease_ops *backends; variable in typeref:struct:sys_lease_ops
75 if (strcasecmp(backends[i].name, bname) == 0) {
76 ctx->ops = &backends[i];
101 b = talloc_realloc(talloc_autofree_context(), backends,
104 backends = b;
105 backends[num_backends] = *backend;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntvfs/sysdep/
H A Dsys_notify.c32 /* list of registered backends */
33 static struct sys_notify_backend *backends; variable in typeref:struct:sys_notify_backend
67 bname = backends[0].name;
78 backends[i].name);
85 if (strcasecmp(backends[i].name, bname) == 0) {
86 bname = backends[i].name;
95 ctx->notify_watch = backends[i].notify_watch;
125 b = talloc_realloc(talloc_autofree_context(), backends,
128 backends = b;
129 backends[num_backend
[all...]
H A Dsys_lease.c31 /* list of registered backends */
32 static struct sys_lease_ops *backends; variable in typeref:struct:sys_lease_ops
75 if (strcasecmp(backends[i].name, bname) == 0) {
76 ctx->ops = &backends[i];
101 b = talloc_realloc(talloc_autofree_context(), backends,
104 backends = b;
105 backends[num_backends] = *backend;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntvfs/sysdep/
H A Dsys_notify.c32 /* list of registered backends */
33 static struct sys_notify_backend *backends; variable in typeref:struct:sys_notify_backend
67 bname = backends[0].name;
78 backends[i].name);
85 if (strcasecmp(backends[i].name, bname) == 0) {
86 bname = backends[i].name;
95 ctx->notify_watch = backends[i].notify_watch;
125 b = talloc_realloc(talloc_autofree_context(), backends,
128 backends = b;
129 backends[num_backend
[all...]
H A Dsys_lease.c31 /* list of registered backends */
32 static struct sys_lease_ops *backends; variable in typeref:struct:sys_lease_ops
75 if (strcasecmp(backends[i].name, bname) == 0) {
76 ctx->ops = &backends[i];
101 b = talloc_realloc(talloc_autofree_context(), backends,
104 backends = b;
105 backends[num_backends] = *backend;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntptr/
H A Dntptr_base.c29 /* the list of currently registered NTPTR backends */
32 } *backends = NULL; variable in typeref:struct:ntptr_backend
38 The 'name' can be later used by other backends to find the operations
53 backends = realloc_p(backends, struct ntptr_backend, num_backends+1);
54 if (!backends) {
61 backends[num_backends].ops = new_ops;
94 if (strcmp(backends[i].ops->name, name) == 0) {
95 return backends[i].ops;
105 This can be used by backends t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntptr/
H A Dntptr_base.c29 /* the list of currently registered NTPTR backends */
32 } *backends = NULL; variable in typeref:struct:ntptr_backend
38 The 'name' can be later used by other backends to find the operations
53 backends = realloc_p(backends, struct ntptr_backend, num_backends+1);
54 if (!backends) {
61 backends[num_backends].ops = new_ops;
94 if (strcmp(backends[i].ops->name, name) == 0) {
95 return backends[i].ops;
105 This can be used by backends t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntptr/
H A Dntptr_base.c29 /* the list of currently registered NTPTR backends */
32 } *backends = NULL; variable in typeref:struct:ntptr_backend
38 The 'name' can be later used by other backends to find the operations
53 backends = realloc_p(backends, struct ntptr_backend, num_backends+1);
54 if (!backends) {
61 backends[num_backends].ops = new_ops;
94 if (strcmp(backends[i].ops->name, name) == 0) {
95 return backends[i].ops;
105 This can be used by backends t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/param/
H A Dshare.c80 /* List of currently available share backends */
81 static struct share_ops **backends = NULL; variable in typeref:struct:share_ops
87 for (i = 0; backends && backends[i]; i++) {
88 if (strcmp(backends[i]->name, name) == 0) {
89 return backends[i];
109 while (backends && backends[i]) {
113 backends = realloc_p(backends, struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/param/
H A Dshare.c80 /* List of currently available share backends */
81 static struct share_ops **backends = NULL; variable in typeref:struct:share_ops
87 for (i = 0; backends && backends[i]; i++) {
88 if (strcmp(backends[i]->name, name) == 0) {
89 return backends[i];
109 while (backends && backends[i]) {
113 backends = realloc_p(backends, struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/param/
H A Dshare.c80 /* List of currently available share backends */
81 static struct share_ops **backends = NULL; variable in typeref:struct:share_ops
87 for (i = 0; backends && backends[i]; i++) {
88 if (strcmp(backends[i]->name, name) == 0) {
89 return backends[i];
109 while (backends && backends[i]) {
113 backends = realloc_p(backends, struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/auth/gensec/
H A Dgensec.c32 /* the list of currently registered GENSEC backends */
118 struct gensec_security_ops **backends; local
119 backends = gensec_security_all();
121 if (!talloc_reference(mem_ctx, backends)) {
124 return backends;
128 if (!talloc_reference(mem_ctx, backends)) {
131 return backends;
133 return gensec_use_kerberos_mechs(mem_ctx, backends, creds);
141 struct gensec_security_ops **backends; local
147 backends
166 struct gensec_security_ops **backends; local
198 struct gensec_security_ops **backends; local
224 struct gensec_security_ops **backends; local
259 struct gensec_security_ops **backends; local
329 struct gensec_security_ops **backends; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/auth/gensec/
H A Dgensec.c32 /* the list of currently registered GENSEC backends */
118 struct gensec_security_ops **backends; local
119 backends = gensec_security_all();
121 if (!talloc_reference(mem_ctx, backends)) {
124 return backends;
128 if (!talloc_reference(mem_ctx, backends)) {
131 return backends;
133 return gensec_use_kerberos_mechs(mem_ctx, backends, creds);
141 struct gensec_security_ops **backends; local
147 backends
166 struct gensec_security_ops **backends; local
198 struct gensec_security_ops **backends; local
224 struct gensec_security_ops **backends; local
259 struct gensec_security_ops **backends; local
329 struct gensec_security_ops **backends; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/auth/gensec/
H A Dgensec.c32 /* the list of currently registered GENSEC backends */
118 struct gensec_security_ops **backends; local
119 backends = gensec_security_all();
121 if (!talloc_reference(mem_ctx, backends)) {
124 return backends;
128 if (!talloc_reference(mem_ctx, backends)) {
131 return backends;
133 return gensec_use_kerberos_mechs(mem_ctx, backends, creds);
141 struct gensec_security_ops **backends; local
147 backends
166 struct gensec_security_ops **backends; local
198 struct gensec_security_ops **backends; local
224 struct gensec_security_ops **backends; local
259 struct gensec_security_ops **backends; local
329 struct gensec_security_ops **backends; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntvfs/
H A Dntvfs_base.c30 /* the list of currently registered NTVFS backends, note that there
35 } *backends = NULL; variable in typeref:struct:ntvfs_backend
41 The 'name' can be later used by other backends to find the operations
65 backends = realloc_p(backends, struct ntvfs_backend, num_backends+1);
66 if (!backends) {
73 backends[num_backends].ops = new_ops;
92 if (backends[i].ops->type == type &&
93 strcmp(backends[i].ops->name, name) == 0) {
94 return backends[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntvfs/
H A Dntvfs_base.c30 /* the list of currently registered NTVFS backends, note that there
35 } *backends = NULL; variable in typeref:struct:ntvfs_backend
41 The 'name' can be later used by other backends to find the operations
65 backends = realloc_p(backends, struct ntvfs_backend, num_backends+1);
66 if (!backends) {
73 backends[num_backends].ops = new_ops;
92 if (backends[i].ops->type == type &&
93 strcmp(backends[i].ops->name, name) == 0) {
94 return backends[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntvfs/
H A Dntvfs_base.c30 /* the list of currently registered NTVFS backends, note that there
35 } *backends = NULL; variable in typeref:struct:ntvfs_backend
41 The 'name' can be later used by other backends to find the operations
65 backends = realloc_p(backends, struct ntvfs_backend, num_backends+1);
66 if (!backends) {
73 backends[num_backends].ops = new_ops;
92 if (backends[i].ops->type == type &&
93 strcmp(backends[i].ops->name, name) == 0) {
94 return backends[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/nsswitch/
H A Dnss_info.c26 static struct nss_function_entry *backends = NULL; variable in typeref:struct:nss_function_entry
35 struct nss_function_entry *entry = backends;
37 for(entry = backends; entry; entry = entry->next) {
77 DLIST_ADD(backends, entry);
208 DEBUG(3,("nss_init: no nss backends configured. "
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/nsswitch/
H A Dnss_info.c26 static struct nss_function_entry *backends = NULL; variable in typeref:struct:nss_function_entry
35 struct nss_function_entry *entry = backends;
37 for(entry = backends; entry; entry = entry->next) {
77 DLIST_ADD(backends, entry);
208 DEBUG(3,("nss_init: no nss backends configured. "
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/nsswitch/
H A Dnss_info.c26 static struct nss_function_entry *backends = NULL; variable in typeref:struct:nss_function_entry
35 struct nss_function_entry *entry = backends;
37 for(entry = backends; entry; entry = entry->next) {
77 DLIST_ADD(backends, entry);
208 DEBUG(3,("nss_init: no nss backends configured. "
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/auth/ntlm/
H A Dauth.c476 /* the list of currently registered AUTH backends */
479 } *backends = NULL; variable in typeref:struct:auth_backend
485 The 'name' can be later used by other backends to find the operations
499 backends = talloc_realloc(talloc_autofree_context(), backends,
501 NT_STATUS_HAVE_NO_MEMORY(backends);
503 new_ops = (struct auth_operations *)talloc_memdup(backends, ops, sizeof(*ops));
508 backends[num_backends].ops = new_ops;
526 if (strcmp(backends[i].ops->name, name) == 0) {
527 return backends[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/auth/ntlm/
H A Dauth.c476 /* the list of currently registered AUTH backends */
479 } *backends = NULL; variable in typeref:struct:auth_backend
485 The 'name' can be later used by other backends to find the operations
499 backends = talloc_realloc(talloc_autofree_context(), backends,
501 NT_STATUS_HAVE_NO_MEMORY(backends);
503 new_ops = (struct auth_operations *)talloc_memdup(backends, ops, sizeof(*ops));
508 backends[num_backends].ops = new_ops;
526 if (strcmp(backends[i].ops->name, name) == 0) {
527 return backends[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/auth/ntlm/
H A Dauth.c476 /* the list of currently registered AUTH backends */
479 } *backends = NULL; variable in typeref:struct:auth_backend
485 The 'name' can be later used by other backends to find the operations
499 backends = talloc_realloc(talloc_autofree_context(), backends,
501 NT_STATUS_HAVE_NO_MEMORY(backends);
503 new_ops = (struct auth_operations *)talloc_memdup(backends, ops, sizeof(*ops));
508 backends[num_backends].ops = new_ops;
526 if (strcmp(backends[i].ops->name, name) == 0) {
527 return backends[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/nss_wrapper/
H A Dnss_wrapper.c328 struct nwrap_backend *backends; member in struct:nwrap_main
461 struct nwrap_backend **backends)
463 *backends = (struct nwrap_backend *)realloc(*backends,
465 if (!*backends) {
471 (*backends)[*num_backends].name = name;
472 (*backends)[*num_backends].ops = ops;
473 (*backends)[*num_backends].so_path = so_path;
474 (*backends)[*num_backends].so_handle = nwrap_load_module(so_path);
475 (*backends)[*num_backend
457 nwrap_module_init(const char *name, struct nwrap_ops *ops, const char *so_path, int *num_backends, struct nwrap_backend **backends) argument
[all...]

Completed in 304 milliseconds

1234