Searched refs:TALLOC_ZERO_P (Results 176 - 200 of 567) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/utils/
H A Dnet_rpc_registry.c349 if ( !( subkeys = TALLOC_ZERO_P( infile->mem_ctx, REGSUBKEY_CTR )) ) {
354 if ( !(values = TALLOC_ZERO_P( subkeys, REGVAL_CTR )) ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Dsmb_macros.h235 #define TALLOC_ZERO_P(ctx, type) (type *)_talloc_zero_zeronull(ctx, sizeof(type), #type)
247 #define TALLOC_ZERO_P(ctx, type) (type *)_talloc_zero(ctx, sizeof(type), #type) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/rpc_server/
H A Dsrv_lsa_nt.c399 info = TALLOC_ZERO_P(p->mem_ctx, struct lsa_info);
575 info = TALLOC_ZERO_P(p->mem_ctx, union lsa_PolicyInformation);
806 ref = TALLOC_ZERO_P(p->mem_ctx, struct lsa_RefDomainList);
1118 domains = TALLOC_ZERO_P(p->mem_ctx, struct lsa_RefDomainList);
1185 sid_array = TALLOC_ZERO_P(p->mem_ctx, struct lsa_TransSidArray);
1260 domains = TALLOC_ZERO_P(p->mem_ctx, struct lsa_RefDomainList);
1548 lsa_name = TALLOC_ZERO_P(p->mem_ctx, struct lsa_StringLarge);
1738 info = TALLOC_ZERO_P(p->mem_ctx, struct lsa_info);
1809 info = TALLOC_ZERO_P(p->mem_ctx, struct lsa_info);
1856 priv_set = TALLOC_ZERO_P(
[all...]
H A Dsrv_lsa_hnd.c160 pol = TALLOC_ZERO_P(NULL, struct policy);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/rpc_server/
H A Dsrv_lsa_nt.c399 info = TALLOC_ZERO_P(p->mem_ctx, struct lsa_info);
575 info = TALLOC_ZERO_P(p->mem_ctx, union lsa_PolicyInformation);
806 ref = TALLOC_ZERO_P(p->mem_ctx, struct lsa_RefDomainList);
1118 domains = TALLOC_ZERO_P(p->mem_ctx, struct lsa_RefDomainList);
1185 sid_array = TALLOC_ZERO_P(p->mem_ctx, struct lsa_TransSidArray);
1260 domains = TALLOC_ZERO_P(p->mem_ctx, struct lsa_RefDomainList);
1548 lsa_name = TALLOC_ZERO_P(p->mem_ctx, struct lsa_StringLarge);
1738 info = TALLOC_ZERO_P(p->mem_ctx, struct lsa_info);
1809 info = TALLOC_ZERO_P(p->mem_ctx, struct lsa_info);
1856 priv_set = TALLOC_ZERO_P(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/rpc_server/
H A Dsrv_lsa_nt.c399 info = TALLOC_ZERO_P(p->mem_ctx, struct lsa_info);
575 info = TALLOC_ZERO_P(p->mem_ctx, union lsa_PolicyInformation);
806 ref = TALLOC_ZERO_P(p->mem_ctx, struct lsa_RefDomainList);
1118 domains = TALLOC_ZERO_P(p->mem_ctx, struct lsa_RefDomainList);
1185 sid_array = TALLOC_ZERO_P(p->mem_ctx, struct lsa_TransSidArray);
1260 domains = TALLOC_ZERO_P(p->mem_ctx, struct lsa_RefDomainList);
1548 lsa_name = TALLOC_ZERO_P(p->mem_ctx, struct lsa_StringLarge);
1738 info = TALLOC_ZERO_P(p->mem_ctx, struct lsa_info);
1809 info = TALLOC_ZERO_P(p->mem_ctx, struct lsa_info);
1856 priv_set = TALLOC_ZERO_P(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Devents.c302 return TALLOC_ZERO_P(NULL, struct event_context);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/nsswitch/
H A Didmap.c363 dom = TALLOC_ZERO_P(idmap_ctx, struct idmap_domain);
467 dom = TALLOC_ZERO_P(idmap_ctx, struct idmap_domain);
518 dom = TALLOC_ZERO_P(idmap_ctx, struct idmap_domain);
610 idmap_alloc_ctx = TALLOC_ZERO_P(idmap_ctx, struct idmap_alloc_context);
H A Didmap_rid.c51 if ( (ctx = TALLOC_ZERO_P(dom, struct idmap_rid_context)) == NULL ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_parse/
H A Dparse_shutdown.c42 q_s->message = TALLOC_ZERO_P( get_talloc_ctx(), UNISTR4 );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_wkssvc_nt.c69 if ( (wks100 = TALLOC_ZERO_P(p->mem_ctx, struct wkssvc_NetWkstaInfo100)) == NULL ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/smbd/
H A Dconn.c149 if (!(conn=TALLOC_ZERO_P(mem_ctx, connection_struct)) ||
H A Dmsdfs.c189 if (!(conn->params = TALLOC_ZERO_P(conn->mem_ctx, struct share_params))) {
562 if((ref = TALLOC_ZERO_P(ctx, struct referral)) == NULL) {
652 if ((ref = TALLOC_ZERO_P(ctx, struct referral)) == NULL) {
1183 ref = jucn[cnt].referral_list = TALLOC_ZERO_P(ctx, struct referral);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dmessages.c193 if (!(ctx = TALLOC_ZERO_P(mem_ctx, struct messaging_context))) {
H A Dpacket.c43 if (!(result = TALLOC_ZERO_P(mem_ctx, struct packet_context))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/netapi/
H A Dnetapi.c41 priv = TALLOC_ZERO_P(ctx, struct libnetapi_private_ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/libgpo/
H A Dgpo_reg.c30 token = TALLOC_ZERO_P(mem_ctx, struct nt_user_token);
68 tmp_ctx = TALLOC_ZERO_P(mem_ctx, struct gp_registry_context);
389 tmp_token = TALLOC_ZERO_P(mem_ctx, struct nt_user_token);
596 gpo = TALLOC_ZERO_P(mem_ctx, struct GROUP_POLICY_OBJECT);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dmessage.c203 smbd_msg_state = TALLOC_ZERO_P(NULL, struct msg_state);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dprofiles.c142 if ( !(values = TALLOC_ZERO_P( subkeys, struct regval_ctr )) ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/winbindd/idmap_adex/
H A Dlikewise_cell.c84 c = TALLOC_ZERO_P(NULL, struct likewise_cell);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/winbindd/
H A Didmap_rid.c51 if ( (ctx = TALLOC_ZERO_P(dom, struct idmap_rid_context)) == NULL ) {
H A Dnss_info.c131 nss_domain = TALLOC_ZERO_P(nss_domain_list, struct nss_domain_entry);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Devents.c302 return TALLOC_ZERO_P(NULL, struct event_context);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/nsswitch/
H A Didmap.c363 dom = TALLOC_ZERO_P(idmap_ctx, struct idmap_domain);
467 dom = TALLOC_ZERO_P(idmap_ctx, struct idmap_domain);
518 dom = TALLOC_ZERO_P(idmap_ctx, struct idmap_domain);
610 idmap_alloc_ctx = TALLOC_ZERO_P(idmap_ctx, struct idmap_alloc_context);
H A Didmap_rid.c51 if ( (ctx = TALLOC_ZERO_P(dom, struct idmap_rid_context)) == NULL ) {

Completed in 281 milliseconds

1234567891011>>