Searched refs:ctr100 (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/rpc_server/browser/
H A Ddcesrv_browser.c53 struct BrowserrSrvInfo100Ctr *ctr100; local
61 ctr100 = talloc(mem_ctx, struct BrowserrSrvInfo100Ctr);
62 W_ERROR_HAVE_NO_MEMORY(ctr100);
64 ctr100->entries_read = 0;
65 ctr100->entries = talloc_zero_array(ctr100, struct srvsvc_NetSrvInfo100,
66 ctr100->entries_read);
67 W_ERROR_HAVE_NO_MEMORY(ctr100->entries);
69 r->out.info->info.info100 = ctr100;
70 *r->out.total_entries = ctr100
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/rpc_server/browser/
H A Ddcesrv_browser.c53 struct BrowserrSrvInfo100Ctr *ctr100; local
61 ctr100 = talloc(mem_ctx, struct BrowserrSrvInfo100Ctr);
62 W_ERROR_HAVE_NO_MEMORY(ctr100);
64 ctr100->entries_read = 0;
65 ctr100->entries = talloc_zero_array(ctr100, struct srvsvc_NetSrvInfo100,
66 ctr100->entries_read);
67 W_ERROR_HAVE_NO_MEMORY(ctr100->entries);
69 r->out.info->info.info100 = ctr100;
70 *r->out.total_entries = ctr100
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/rpc_server/browser/
H A Ddcesrv_browser.c53 struct BrowserrSrvInfo100Ctr *ctr100; local
61 ctr100 = talloc(mem_ctx, struct BrowserrSrvInfo100Ctr);
62 W_ERROR_HAVE_NO_MEMORY(ctr100);
64 ctr100->entries_read = 0;
65 ctr100->entries = talloc_zero_array(ctr100, struct srvsvc_NetSrvInfo100,
66 ctr100->entries_read);
67 W_ERROR_HAVE_NO_MEMORY(ctr100->entries);
69 r->out.info->info.info100 = ctr100;
70 *r->out.total_entries = ctr100
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/rpc/
H A Dbrowser.c32 struct BrowserrSrvInfo100Ctr ctr100; local
43 ZERO_STRUCT(ctr100);
55 info.info.info100 = &ctr100;
62 info.info.info100 = &ctr100;
63 ctr100.entries_read = ARRAY_SIZE(entries100);
64 ctr100.entries = entries100;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/rpc/
H A Dbrowser.c32 struct BrowserrSrvInfo100Ctr ctr100; local
43 ZERO_STRUCT(ctr100);
55 info.info.info100 = &ctr100;
62 info.info.info100 = &ctr100;
63 ctr100.entries_read = ARRAY_SIZE(entries100);
64 ctr100.entries = entries100;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/rpc/
H A Dbrowser.c32 struct BrowserrSrvInfo100Ctr ctr100; local
43 ZERO_STRUCT(ctr100);
55 info.info.info100 = &ctr100;
62 info.info.info100 = &ctr100;
63 ctr100.entries_read = ARRAY_SIZE(entries100);
64 ctr100.entries = entries100;

Completed in 91 milliseconds