ENUM_SERVICE_STATUSW 217 librpc/gen_ndr/ndr_svcctl.c _PUBLIC_ enum ndr_err_code ndr_push_ENUM_SERVICE_STATUSW(struct ndr_push *ndr, int ndr_flags, const struct ENUM_SERVICE_STATUSW *r) ENUM_SERVICE_STATUSW 258 librpc/gen_ndr/ndr_svcctl.c _PUBLIC_ enum ndr_err_code ndr_pull_ENUM_SERVICE_STATUSW(struct ndr_pull *ndr, int ndr_flags, struct ENUM_SERVICE_STATUSW *r) ENUM_SERVICE_STATUSW 327 librpc/gen_ndr/ndr_svcctl.c _PUBLIC_ void ndr_print_ENUM_SERVICE_STATUSW(struct ndr_print *ndr, const char *name, const struct ENUM_SERVICE_STATUSW *r) ENUM_SERVICE_STATUSW 347 librpc/gen_ndr/ndr_svcctl.c _PUBLIC_ size_t ndr_size_ENUM_SERVICE_STATUSW(const struct ENUM_SERVICE_STATUSW *r, struct smb_iconv_convenience *ic, int flags) ENUM_SERVICE_STATUSW 111 librpc/gen_ndr/ndr_svcctl.h enum ndr_err_code ndr_push_ENUM_SERVICE_STATUSW(struct ndr_push *ndr, int ndr_flags, const struct ENUM_SERVICE_STATUSW *r); ENUM_SERVICE_STATUSW 112 librpc/gen_ndr/ndr_svcctl.h enum ndr_err_code ndr_pull_ENUM_SERVICE_STATUSW(struct ndr_pull *ndr, int ndr_flags, struct ENUM_SERVICE_STATUSW *r); ENUM_SERVICE_STATUSW 113 librpc/gen_ndr/ndr_svcctl.h void ndr_print_ENUM_SERVICE_STATUSW(struct ndr_print *ndr, const char *name, const struct ENUM_SERVICE_STATUSW *r); ENUM_SERVICE_STATUSW 114 librpc/gen_ndr/ndr_svcctl.h size_t ndr_size_ENUM_SERVICE_STATUSW(const struct ENUM_SERVICE_STATUSW *r, struct smb_iconv_convenience *ic, int flags); ENUM_SERVICE_STATUSW 25 librpc/ndr/ndr_svcctl.c _PUBLIC_ enum ndr_err_code ndr_push_ENUM_SERVICE_STATUSW_array(struct ndr_push *ndr, uint32_t count, struct ENUM_SERVICE_STATUSW *r) ENUM_SERVICE_STATUSW 40 librpc/ndr/ndr_svcctl.c _PUBLIC_ enum ndr_err_code ndr_pull_ENUM_SERVICE_STATUSW_array(struct ndr_pull *ndr, uint32_t count, struct ENUM_SERVICE_STATUSW *r) ENUM_SERVICE_STATUSW 22 librpc/ndr/ndr_svcctl.h _PUBLIC_ enum ndr_err_code ndr_push_ENUM_SERVICE_STATUSW_array(struct ndr_push *ndr, uint32_t count, struct ENUM_SERVICE_STATUSW *r); ENUM_SERVICE_STATUSW 23 librpc/ndr/ndr_svcctl.h _PUBLIC_ enum ndr_err_code ndr_pull_ENUM_SERVICE_STATUSW_array(struct ndr_pull *ndr, uint32_t count, struct ENUM_SERVICE_STATUSW *r); ENUM_SERVICE_STATUSW 381 source3/rpc_server/srv_svcctl_nt.c static int enumerate_status( TALLOC_CTX *ctx, struct ENUM_SERVICE_STATUSW **status, NT_USER_TOKEN *token ) ENUM_SERVICE_STATUSW 385 source3/rpc_server/srv_svcctl_nt.c struct ENUM_SERVICE_STATUSW *st; ENUM_SERVICE_STATUSW 392 source3/rpc_server/srv_svcctl_nt.c if ( !(st = TALLOC_ARRAY( ctx, struct ENUM_SERVICE_STATUSW, num_services )) ) { ENUM_SERVICE_STATUSW 418 source3/rpc_server/srv_svcctl_nt.c struct ENUM_SERVICE_STATUSW *services = NULL; ENUM_SERVICE_STATUSW 203 source3/utils/net_rpc_service.c struct ENUM_SERVICE_STATUSW *services = NULL; ENUM_SERVICE_STATUSW 267 source3/utils/net_rpc_service.c services = talloc_array(mem_ctx, struct ENUM_SERVICE_STATUSW, num_services); ENUM_SERVICE_STATUSW 387 source4/torture/rpc/svcctl.c struct ENUM_SERVICE_STATUSW *service = NULL; ENUM_SERVICE_STATUSW 429 source4/torture/rpc/svcctl.c service = talloc_array(tctx, struct ENUM_SERVICE_STATUSW, services_returned);