Home
last modified time | relevance | path

Searched defs:ndr (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/librpc/ndr/
H A Dndr_basic.c27 #define NDR_SVAL(ndr, ofs) (NDR_BE(ndr)?RSVAL(ndr->data,ofs):SVAL(ndr->data,ofs)) argument
28 #define NDR_IVAL(ndr, ofs) (NDR_BE(ndr)?RIVAL(ndr->data,ofs):IVAL(ndr->data,ofs)) argument
40 _PUBLIC_ void ndr_check_padding(struct ndr_pull *ndr, size_t n) in ndr_check_padding()
132 _PUBLIC_ NTSTATUS ndr_pull_generic_ptr(struct ndr_pull *ndr, uint32_t *v) in ndr_pull_generic_ptr()
145 _PUBLIC_ NTSTATUS ndr_pull_ref_ptr(struct ndr_pull *ndr, uint32_t *v) in ndr_pull_ref_ptr()
406 _PUBLIC_ NTSTATUS ndr_push_align(struct ndr_push *ndr, size_t size) in ndr_push_align()
412 _PUBLIC_ NTSTATUS ndr_pull_align(struct ndr_pull *ndr, size_t size) in ndr_pull_align()
432 _PUBLIC_ NTSTATUS ndr_push_zero(struct ndr_push *ndr, uint32_t n) in ndr_push_zero()
470 _PUBLIC_ NTSTATUS ndr_push_unique_ptr(struct ndr_push *ndr, const void *p) in ndr_push_unique_ptr()
484 _PUBLIC_ NTSTATUS ndr_push_full_ptr(struct ndr_push *ndr, const void *p) in ndr_push_full_ptr()
[all …]
H A Dndr.c62 struct ndr_pull *ndr; in ndr_pull_init_blob() local
120 struct ndr_push *ndr; in ndr_push_init_ctx() local
224 struct ndr_print *ndr; in ndr_print_debug() local
240 struct ndr_print *ndr; in ndr_print_union_debug() local
257 struct ndr_print *ndr; in ndr_print_function_debug() local
273 struct ndr_print *ndr; in ndr_print_struct_string() local
297 struct ndr_print *ndr; in ndr_print_union_string() local
324 struct ndr_print *ndr; in ndr_print_function_string() local
729 struct ndr_pull *ndr; in ndr_pull_struct_blob() local
743 struct ndr_pull *ndr; in ndr_pull_struct_blob_all() local
[all …]
H A Dndr_dcom.c62 NTSTATUS ndr_push_BSTR(struct ndr_push *ndr, int ndr_flags, const BSTR *r) in ndr_push_BSTR()
82 NTSTATUS ndr_pull_BSTR(struct ndr_pull *ndr, int ndr_flags, BSTR *r) in ndr_pull_BSTR()
87 void ndr_print_BSTR(struct ndr_print *ndr, const char *name, const BSTR *r) in ndr_print_BSTR()
92 NTSTATUS ndr_push_CIMSTRING(struct ndr_push *ndr, int ndr_flags, const CIMSTRING *r) in ndr_push_CIMSTRING()
108 NTSTATUS ndr_pull_CIMSTRING(struct ndr_pull *ndr, int ndr_flags, CIMSTRING *r) in ndr_pull_CIMSTRING()
135 void ndr_print_CIMSTRING(struct ndr_print *ndr, const char *name, const CIMSTRING *r) in ndr_print_CIMSTRING()
140 NTSTATUS ndr_push_CIMSTRINGS(struct ndr_push *ndr, int ndr_flags, const struct CIMSTRINGS *r) in ndr_push_CIMSTRINGS()
346 NTSTATUS ndr_push_DataWithStack(struct ndr_push *ndr, ndr_push_flags_fn_t fn, const void *r) in ndr_push_DataWithStack()
371 NTSTATUS ndr_pull_DataWithStack(struct ndr_pull *ndr, ndr_pull_flags_fn_t fn, void *r) in ndr_pull_DataWithStack()
401 NTSTATUS ndr_push_uint32_flags(struct ndr_push *ndr, int ndr_flags, uint32_t v) in ndr_push_uint32_flags()
[all …]
H A Dndr_spoolss_buf.c182 NTSTATUS ndr_push_spoolss_EnumPrinters(struct ndr_push *ndr, int flags, const struct spoolss_EnumPr… in ndr_push_spoolss_EnumPrinters()
194 NTSTATUS ndr_pull_spoolss_EnumPrinters(struct ndr_pull *ndr, int flags, struct spoolss_EnumPrinters… in ndr_pull_spoolss_EnumPrinters()
214 NTSTATUS ndr_push_spoolss_EnumJobs(struct ndr_push *ndr, int flags, const struct spoolss_EnumJobs *… in ndr_push_spoolss_EnumJobs()
228 NTSTATUS ndr_pull_spoolss_EnumJobs(struct ndr_pull *ndr, int flags, struct spoolss_EnumJobs *r) in ndr_pull_spoolss_EnumJobs()
282 NTSTATUS ndr_push_spoolss_EnumForms(struct ndr_push *ndr, int flags, const struct spoolss_EnumForms… in ndr_push_spoolss_EnumForms()
292 NTSTATUS ndr_pull_spoolss_EnumForms(struct ndr_pull *ndr, int flags, struct spoolss_EnumForms *r) in ndr_pull_spoolss_EnumForms()
310 NTSTATUS ndr_push_spoolss_EnumPorts(struct ndr_push *ndr, int flags, const struct spoolss_EnumPorts… in ndr_push_spoolss_EnumPorts()
320 NTSTATUS ndr_pull_spoolss_EnumPorts(struct ndr_pull *ndr, int flags, struct spoolss_EnumPorts *r) in ndr_pull_spoolss_EnumPorts()
338 NTSTATUS ndr_push_spoolss_EnumMonitors(struct ndr_push *ndr, int flags, const struct spoolss_EnumMo… in ndr_push_spoolss_EnumMonitors()
348 NTSTATUS ndr_pull_spoolss_EnumMonitors(struct ndr_pull *ndr, int flags, struct spoolss_EnumMonitors… in ndr_pull_spoolss_EnumMonitors()
[all …]
H A Dndr_orpc.c27 NTSTATUS ndr_pull_DUALSTRINGARRAY(struct ndr_pull *ndr, int ndr_flags, struct DUALSTRINGARRAY *ar) in ndr_pull_DUALSTRINGARRAY()
85 NTSTATUS ndr_push_DUALSTRINGARRAY(struct ndr_push *ndr, int ndr_flags, const struct DUALSTRINGARRAY… in ndr_push_DUALSTRINGARRAY()
93 void ndr_print_DUALSTRINGARRAY(struct ndr_print *ndr, const char *name, const struct DUALSTRINGARRA… in ndr_print_DUALSTRINGARRAY()
122 NTSTATUS ndr_pull_STRINGARRAY(struct ndr_pull *ndr, int ndr_flags, struct STRINGARRAY *ar) in ndr_pull_STRINGARRAY()
159 NTSTATUS ndr_push_STRINGARRAY(struct ndr_push *ndr, int ndr_flags, const struct STRINGARRAY *ar) in ndr_push_STRINGARRAY()
167 void ndr_print_STRINGARRAY(struct ndr_print *ndr, const char *name, const struct STRINGARRAY *ar) in ndr_print_STRINGARRAY()
H A Dndr_sec_helper.c96 void ndr_print_dom_sid(struct ndr_print *ndr, const char *name, const struct dom_sid *sid) in ndr_print_dom_sid()
101 void ndr_print_dom_sid2(struct ndr_print *ndr, const char *name, const struct dom_sid *sid) in ndr_print_dom_sid2()
106 void ndr_print_dom_sid28(struct ndr_print *ndr, const char *name, const struct dom_sid *sid) in ndr_print_dom_sid28()
115 NTSTATUS ndr_pull_dom_sid2(struct ndr_pull *ndr, int ndr_flags, struct dom_sid *sid) in ndr_pull_dom_sid2()
134 NTSTATUS ndr_push_dom_sid2(struct ndr_push *ndr, int ndr_flags, const struct dom_sid *sid) in ndr_push_dom_sid2()
146 NTSTATUS ndr_pull_dom_sid28(struct ndr_pull *ndr, int ndr_flags, struct dom_sid *sid) in ndr_pull_dom_sid28()
178 NTSTATUS ndr_push_dom_sid28(struct ndr_push *ndr, int ndr_flags, const struct dom_sid *sid) in ndr_push_dom_sid28()
H A Dndr_string.c29 _PUBLIC_ NTSTATUS ndr_pull_string(struct ndr_pull *ndr, int ndr_flags, const char **s) in ndr_pull_string()
288 _PUBLIC_ NTSTATUS ndr_push_string(struct ndr_push *ndr, int ndr_flags, const char *s) in ndr_push_string()
398 _PUBLIC_ size_t ndr_string_array_size(struct ndr_push *ndr, const char *s) in ndr_string_array_size()
431 _PUBLIC_ void ndr_print_string(struct ndr_print *ndr, const char *name, const char *s) in ndr_print_string()
450 _PUBLIC_ NTSTATUS ndr_pull_string_array(struct ndr_pull *ndr, int ndr_flags, const char ***_a) in ndr_pull_string_array()
486 _PUBLIC_ NTSTATUS ndr_push_string_array(struct ndr_push *ndr, int ndr_flags, const char **a) in ndr_push_string_array()
503 _PUBLIC_ void ndr_print_string_array(struct ndr_print *ndr, const char *name, const char **a) in ndr_print_string_array()
537 _PUBLIC_ NTSTATUS ndr_check_string_terminator(struct ndr_pull *ndr, uint32_t count, uint32_t elemen… in ndr_check_string_terminator()
559 _PUBLIC_ NTSTATUS ndr_pull_charset(struct ndr_pull *ndr, int ndr_flags, const char **var, uint32_t … in ndr_pull_charset()
587 _PUBLIC_ NTSTATUS ndr_push_charset(struct ndr_push *ndr, int ndr_flags, const char *var, uint32_t l… in ndr_push_charset()
/dports/net/samba412/samba-4.12.15/librpc/ndr/
H A Dndr_basic.c29 #define NDR_SVAL(ndr, ofs) (NDR_BE(ndr)?RSVAL(ndr->data,ofs):SVAL(ndr->data,ofs)) argument
30 #define NDR_IVAL(ndr, ofs) (NDR_BE(ndr)?RIVAL(ndr->data,ofs):IVAL(ndr->data,ofs)) argument
44 _PUBLIC_ void ndr_check_padding(struct ndr_pull *ndr, size_t n) in ndr_check_padding()
799 _PUBLIC_ enum ndr_err_code ndr_push_ref_ptr(struct ndr_push *ndr) in ndr_push_ref_ptr()
1043 _PUBLIC_ void ndr_print_null(struct ndr_print *ndr) in ndr_print_null()
1290 struct ndr_print *ndr = (struct ndr_print *)private_data; in ndr_print_dump_data_cb() local
1446 _PUBLIC_ enum ndr_err_code ndr_push_timespec(struct ndr_push *ndr, in ndr_push_timespec()
1456 _PUBLIC_ enum ndr_err_code ndr_pull_timespec(struct ndr_pull *ndr, in ndr_pull_timespec()
1478 _PUBLIC_ enum ndr_err_code ndr_push_timeval(struct ndr_push *ndr, in ndr_push_timeval()
1488 _PUBLIC_ enum ndr_err_code ndr_pull_timeval(struct ndr_pull *ndr, in ndr_pull_timeval()
[all …]
H A Dndr.c80 struct ndr_pull *ndr; in ndr_pull_init_blob() local
228 struct ndr_push *ndr; in ndr_push_init_ctx() local
406 struct ndr_print *ndr; in ndr_print_debugc() local
431 struct ndr_print *ndr; in ndr_print_debug() local
455 struct ndr_print *ndr; in ndr_print_union_debug() local
480 struct ndr_print *ndr; in ndr_print_function_debug() local
504 struct ndr_print *ndr; in ndr_print_struct_string() local
529 struct ndr_print *ndr; in ndr_print_union_string() local
556 struct ndr_print *ndr; in ndr_print_function_string() local
1269 struct ndr_pull *ndr; in ndr_pull_struct_blob() local
[all …]
H A Dndr_sec_helper.c59 enum ndr_err_code ndr_pull_security_ace(struct ndr_pull *ndr, int ndr_flags, struct security_ace *r) in ndr_pull_security_ace()
149 void ndr_print_dom_sid(struct ndr_print *ndr, const char *name, const struct dom_sid *sid) in ndr_print_dom_sid()
155 void ndr_print_dom_sid2(struct ndr_print *ndr, const char *name, const struct dom_sid *sid) in ndr_print_dom_sid2()
160 void ndr_print_dom_sid28(struct ndr_print *ndr, const char *name, const struct dom_sid *sid) in ndr_print_dom_sid28()
165 void ndr_print_dom_sid0(struct ndr_print *ndr, const char *name, const struct dom_sid *sid) in ndr_print_dom_sid0()
174 enum ndr_err_code ndr_pull_dom_sid2(struct ndr_pull *ndr, int ndr_flags, struct dom_sid *sid) in ndr_pull_dom_sid2()
193 enum ndr_err_code ndr_push_dom_sid2(struct ndr_push *ndr, int ndr_flags, const struct dom_sid *sid) in ndr_push_dom_sid2()
205 enum ndr_err_code ndr_pull_dom_sid28(struct ndr_pull *ndr, int ndr_flags, struct dom_sid *sid) in ndr_pull_dom_sid28()
269 enum ndr_err_code ndr_pull_dom_sid0(struct ndr_pull *ndr, int ndr_flags, struct dom_sid *sid) in ndr_pull_dom_sid0()
286 enum ndr_err_code ndr_push_dom_sid0(struct ndr_push *ndr, int ndr_flags, const struct dom_sid *sid) in ndr_push_dom_sid0()
[all …]
H A Dndr_nbt.c37 _PUBLIC_ void ndr_print_nbt_string(struct ndr_print *ndr, const char *name, const char *s) in ndr_print_nbt_string()
45 static enum ndr_err_code ndr_pull_component(struct ndr_pull *ndr, in ndr_pull_component()
101 _PUBLIC_ enum ndr_err_code ndr_pull_nbt_string(struct ndr_pull *ndr, int ndr_flags, const char **s) in ndr_pull_nbt_string()
144 _PUBLIC_ enum ndr_err_code ndr_push_nbt_string(struct ndr_push *ndr, int ndr_flags, const char *s) in ndr_push_nbt_string()
155 enum ndr_err_code ndr_push_NETLOGON_SAM_LOGON_REQUEST(struct ndr_push *ndr, int ndr_flags, const st… in ndr_push_NETLOGON_SAM_LOGON_REQUEST()
200 enum ndr_err_code ndr_pull_NETLOGON_SAM_LOGON_REQUEST(struct ndr_pull *ndr, int ndr_flags, struct N… in ndr_pull_NETLOGON_SAM_LOGON_REQUEST()
247 enum ndr_err_code ndr_push_NETLOGON_SAM_LOGON_RESPONSE_EX_with_flags(struct ndr_push *ndr, int ndr_… in ndr_push_NETLOGON_SAM_LOGON_RESPONSE_EX_with_flags()
291 enum ndr_err_code ndr_pull_NETLOGON_SAM_LOGON_RESPONSE_EX_with_flags(struct ndr_pull *ndr, int ndr_… in ndr_pull_NETLOGON_SAM_LOGON_RESPONSE_EX_with_flags()
339 _PUBLIC_ enum ndr_err_code ndr_push_netlogon_samlogon_response(struct ndr_push *ndr, int ndr_flags,… in ndr_push_netlogon_samlogon_response()
357 _PUBLIC_ enum ndr_err_code ndr_pull_netlogon_samlogon_response(struct ndr_pull *ndr, int ndr_flags,… in ndr_pull_netlogon_samlogon_response()
[all …]
H A Dndr_drsuapi.c32 void ndr_print_drsuapi_DsReplicaObjectListItem(struct ndr_print *ndr, const char *name, in ndr_print_drsuapi_DsReplicaObjectListItem()
70 _PUBLIC_ void ndr_print_drsuapi_DsReplicaOID(struct ndr_print *ndr, const char *name, const struct … in ndr_print_drsuapi_DsReplicaOID()
90 static void _print_drsuapi_DsAttributeValue_attid(struct ndr_print *ndr, const char *name, in _print_drsuapi_DsAttributeValue_attid()
108 static void _print_drsuapi_DsAttributeValue_str(struct ndr_print *ndr, const char *name, in _print_drsuapi_DsAttributeValue_str()
133 static void _print_drsuapi_DsAttributeValueCtr(struct ndr_print *ndr, in _print_drsuapi_DsAttributeValueCtr()
136void (*print_val_fn)(struct ndr_print *ndr, const char *name, const struct drsuapi_DsAttributeValu… in _print_drsuapi_DsAttributeValueCtr()
161 _PUBLIC_ void ndr_print_drsuapi_DsReplicaAttribute(struct ndr_print *ndr, in ndr_print_drsuapi_DsReplicaAttribute()
385 _PUBLIC_ void ndr_print_drsuapi_SecBufferType(struct ndr_print *ndr, const char *name, enum drsuapi… in ndr_print_drsuapi_SecBufferType()
420 enum ndr_err_code ndr_push_drsuapi_DsBindInfo(struct ndr_push *ndr, int ndr_flags, const union drsu… in ndr_push_drsuapi_DsBindInfo()
481 enum ndr_err_code ndr_pull_drsuapi_DsBindInfo(struct ndr_pull *ndr, int ndr_flags, union drsuapi_Ds… in ndr_pull_drsuapi_DsBindInfo()
[all …]
H A Dndr_netlogon.c27 _PUBLIC_ enum ndr_err_code ndr_push_netr_SamDatabaseID8Bit(struct ndr_push *ndr, int ndr_flags, enu… in ndr_push_netr_SamDatabaseID8Bit()
34 _PUBLIC_ enum ndr_err_code ndr_pull_netr_SamDatabaseID8Bit(struct ndr_pull *ndr, int ndr_flags, enu… in ndr_pull_netr_SamDatabaseID8Bit()
42 _PUBLIC_ void ndr_print_netr_SamDatabaseID8Bit(struct ndr_print *ndr, const char *name, enum netr_S… in ndr_print_netr_SamDatabaseID8Bit()
47 _PUBLIC_ enum ndr_err_code ndr_push_netr_DeltaEnum8Bit(struct ndr_push *ndr, int ndr_flags, enum ne… in ndr_push_netr_DeltaEnum8Bit()
54 _PUBLIC_ enum ndr_err_code ndr_pull_netr_DeltaEnum8Bit(struct ndr_pull *ndr, int ndr_flags, enum ne… in ndr_pull_netr_DeltaEnum8Bit()
62 _PUBLIC_ void ndr_print_netr_DeltaEnum8Bit(struct ndr_print *ndr, const char *name, enum netr_Delta… in ndr_print_netr_DeltaEnum8Bit()
H A Dndr_negoex.c26 void ndr_print_negoex_BYTE_VECTOR(struct ndr_print *ndr, const char *name, const struct negoex_BYTE… in ndr_print_negoex_BYTE_VECTOR()
35 enum ndr_err_code ndr_push_negoex_BYTE_VECTOR(struct ndr_push *ndr, int ndr_flags, const struct neg… in ndr_push_negoex_BYTE_VECTOR()
57 enum ndr_err_code ndr_pull_negoex_BYTE_VECTOR(struct ndr_pull *ndr, int ndr_flags, struct negoex_BY… in ndr_pull_negoex_BYTE_VECTOR()
134 enum ndr_err_code ndr_pull_negoex_AUTH_SCHEME_VECTOR(struct ndr_pull *ndr, int ndr_flags, struct ne… in ndr_pull_negoex_AUTH_SCHEME_VECTOR()
189 enum ndr_err_code ndr_push_negoex_EXTENSION_VECTOR(struct ndr_push *ndr, int ndr_flags, const struc… in ndr_push_negoex_EXTENSION_VECTOR()
217 enum ndr_err_code ndr_pull_negoex_EXTENSION_VECTOR(struct ndr_pull *ndr, int ndr_flags, struct nego… in ndr_pull_negoex_EXTENSION_VECTOR()
275 enum ndr_err_code ndr_push_negoex_ALERT_VECTOR(struct ndr_push *ndr, int ndr_flags, const struct ne… in ndr_push_negoex_ALERT_VECTOR()
303 enum ndr_err_code ndr_pull_negoex_ALERT_VECTOR(struct ndr_pull *ndr, int ndr_flags, struct negoex_A… in ndr_pull_negoex_ALERT_VECTOR()
407 enum ndr_err_code ndr_pull_negoex_MESSAGE(struct ndr_pull *ndr, int ndr_flags, struct negoex_MESSAG… in ndr_pull_negoex_MESSAGE()
451 enum ndr_err_code ndr_push_negoex_MESSAGE_ARRAY(struct ndr_push *ndr, int ndr_flags, const struct n… in ndr_push_negoex_MESSAGE_ARRAY()
[all …]
H A Dndr_dnsp.c28 _PUBLIC_ void ndr_print_dnsp_name(struct ndr_print *ndr, const char *name, in ndr_print_dnsp_name()
37 _PUBLIC_ enum ndr_err_code ndr_pull_dnsp_name(struct ndr_pull *ndr, int ndr_flags, const char **nam… in ndr_pull_dnsp_name()
99 enum ndr_err_code ndr_push_dnsp_name(struct ndr_push *ndr, int ndr_flags, const char *name) in ndr_push_dnsp_name()
145 _PUBLIC_ void ndr_print_dnsp_string(struct ndr_print *ndr, const char *name, in ndr_print_dnsp_string()
154 _PUBLIC_ enum ndr_err_code ndr_pull_dnsp_string(struct ndr_pull *ndr, int ndr_flags, const char **s… in ndr_pull_dnsp_string()
172 enum ndr_err_code ndr_push_dnsp_string(struct ndr_push *ndr, int ndr_flags, const char *string) in ndr_push_dnsp_string()
189 _PUBLIC_ void ndr_print_dnsp_string_list(struct ndr_print *ndr, const char *name, in ndr_print_dnsp_string_list()
209 _PUBLIC_ enum ndr_err_code ndr_pull_dnsp_string_list(struct ndr_pull *ndr, int ndr_flags, struct dn… in ndr_pull_dnsp_string_list()
231 enum ndr_err_code ndr_push_dnsp_string_list(struct ndr_push *ndr, int ndr_flags, const struct dnsp_… in ndr_push_dnsp_string_list()
H A Dndr_drsblobs.c27 _PUBLIC_ enum ndr_err_code ndr_push_AuthenticationInformationArray(struct ndr_push *ndr, int ndr_fl… in ndr_push_AuthenticationInformationArray()
42 _PUBLIC_ enum ndr_err_code ndr_pull_AuthenticationInformationArray(struct ndr_pull *ndr, int ndr_fl… in ndr_pull_AuthenticationInformationArray()
61 _PUBLIC_ enum ndr_err_code ndr_push_trustAuthInOutBlob(struct ndr_push *ndr, int ndr_flags, const s… in ndr_push_trustAuthInOutBlob()
93 _PUBLIC_ enum ndr_err_code ndr_pull_trustDomainPasswords(struct ndr_pull *ndr, int ndr_flags, struc… in ndr_pull_trustDomainPasswords()
128 _PUBLIC_ void ndr_print_drsuapi_MSPrefixMap_Entry(struct ndr_print *ndr, const char *name, const st… in ndr_print_drsuapi_MSPrefixMap_Entry()
153 _PUBLIC_ enum ndr_err_code ndr_push_supplementalCredentialsSubBlob(struct ndr_push *ndr, int ndr_fl… in ndr_push_supplementalCredentialsSubBlob()
178 _PUBLIC_ enum ndr_err_code ndr_pull_supplementalCredentialsSubBlob(struct ndr_pull *ndr, int ndr_fl… in ndr_pull_supplementalCredentialsSubBlob()
H A Dndr_dcerpc.c27 _PUBLIC_ enum ndr_err_code ndr_push_ncacn_packet(struct ndr_push *ndr, int ndr_flags, const struct … in ndr_push_ncacn_packet()
55 _PUBLIC_ enum ndr_err_code ndr_pull_ncacn_packet(struct ndr_pull *ndr, int ndr_flags, struct ncacn_… in ndr_pull_ncacn_packet()
85 _PUBLIC_ void ndr_print_ncacn_packet(struct ndr_print *ndr, const char *name, const struct ncacn_pa… in ndr_print_ncacn_packet()
115 enum ndr_err_code ndr_pull_dcerpc_bind_nak(struct ndr_pull *ndr, int ndr_flags, struct dcerpc_bind_… in ndr_pull_dcerpc_bind_nak()
160 _PUBLIC_ enum ndr_err_code ndr_push_dcerpc_sec_vt_count(struct ndr_push *ndr, int ndr_flags, const … in ndr_push_dcerpc_sec_vt_count()
167 _PUBLIC_ enum ndr_err_code ndr_pull_dcerpc_sec_vt_count(struct ndr_pull *ndr, int ndr_flags, struct… in ndr_pull_dcerpc_sec_vt_count()
199 struct ndr_pull *ndr, TALLOC_CTX *mem_ctx, in ndr_pop_dcerpc_sec_verification_trailer()
H A Dndr_orpc.c26 enum ndr_err_code ndr_pull_DUALSTRINGARRAY(struct ndr_pull *ndr, int ndr_flags, struct DUALSTRINGAR… in ndr_pull_DUALSTRINGARRAY()
80 enum ndr_err_code ndr_push_DUALSTRINGARRAY(struct ndr_push *ndr, int ndr_flags, const struct DUALST… in ndr_push_DUALSTRINGARRAY()
88 void ndr_print_DUALSTRINGARRAY(struct ndr_print *ndr, const char *name, const struct DUALSTRINGARRA… in ndr_print_DUALSTRINGARRAY()
111 enum ndr_err_code ndr_pull_STRINGARRAY(struct ndr_pull *ndr, int ndr_flags, struct STRINGARRAY *ar) in ndr_pull_STRINGARRAY()
144 enum ndr_err_code ndr_push_STRINGARRAY(struct ndr_push *ndr, int ndr_flags, const struct STRINGARRA… in ndr_push_STRINGARRAY()
152 void ndr_print_STRINGARRAY(struct ndr_print *ndr, const char *name, const struct STRINGARRAY *ar) in ndr_print_STRINGARRAY()
H A Dndr_dnsserver.c30 enum ndr_err_code ndr_pull_DNS_RPC_RECORDS_ARRAY(struct ndr_pull *ndr, in ndr_pull_DNS_RPC_RECORDS_ARRAY()
52 enum ndr_err_code ndr_push_DNS_RPC_RECORDS_ARRAY(struct ndr_push *ndr, in ndr_push_DNS_RPC_RECORDS_ARRAY()
69 enum ndr_err_code ndr_pull_DNS_RPC_RECORD_STRING(struct ndr_pull *ndr, in ndr_pull_DNS_RPC_RECORD_STRING()
90 enum ndr_err_code ndr_push_DNS_RPC_RECORD_STRING(struct ndr_push *ndr, in ndr_push_DNS_RPC_RECORD_STRING()
H A Dndr_spoolss_buf.c322 enum ndr_err_code ndr_push_spoolss_EnumPrinters(struct ndr_push *ndr, int flags, const struct spool… in ndr_push_spoolss_EnumPrinters()
334 enum ndr_err_code ndr_pull_spoolss_EnumPrinters(struct ndr_pull *ndr, int flags, struct spoolss_Enu… in ndr_pull_spoolss_EnumPrinters()
354 enum ndr_err_code ndr_push_spoolss_EnumJobs(struct ndr_push *ndr, int flags, const struct spoolss_E… in ndr_push_spoolss_EnumJobs()
368 enum ndr_err_code ndr_pull_spoolss_EnumJobs(struct ndr_pull *ndr, int flags, struct spoolss_EnumJob… in ndr_pull_spoolss_EnumJobs()
422 enum ndr_err_code ndr_push_spoolss_EnumForms(struct ndr_push *ndr, int flags, const struct spoolss_… in ndr_push_spoolss_EnumForms()
432 enum ndr_err_code ndr_pull_spoolss_EnumForms(struct ndr_pull *ndr, int flags, struct spoolss_EnumFo… in ndr_pull_spoolss_EnumForms()
450 enum ndr_err_code ndr_push_spoolss_EnumPorts(struct ndr_push *ndr, int flags, const struct spoolss_… in ndr_push_spoolss_EnumPorts()
460 enum ndr_err_code ndr_pull_spoolss_EnumPorts(struct ndr_pull *ndr, int flags, struct spoolss_EnumPo… in ndr_pull_spoolss_EnumPorts()
488 enum ndr_err_code ndr_pull_spoolss_EnumMonitors(struct ndr_pull *ndr, int flags, struct spoolss_Enu… in ndr_pull_spoolss_EnumMonitors()
1236 void ndr_print_spoolss_Field(struct ndr_print *ndr, const char *name, const union spoolss_Field *r) in ndr_print_spoolss_Field()
[all …]
H A Dndr_auth.c26 _PUBLIC_ void ndr_print_cli_credentials(struct ndr_print *ndr, const char *name, struct cli_credent… in ndr_print_cli_credentials()
34 _PUBLIC_ enum ndr_err_code ndr_pull_cli_credentials(struct ndr_pull *ndr, int ndr_flags, struct cli… in ndr_pull_cli_credentials()
39 _PUBLIC_ enum ndr_err_code ndr_push_cli_credentials(struct ndr_push *ndr, int ndr_flags, struct cli… in ndr_push_cli_credentials()
H A Dndr_backupkey.c52 _PUBLIC_ void ndr_print_bkrp_BackupKey(struct ndr_print *ndr, const char *name, int flags, const st… in ndr_print_bkrp_BackupKey()
126 _PUBLIC_ enum ndr_err_code ndr_push_bkrp_access_check_v2(struct ndr_push *ndr, int ndr_flags, const… in ndr_push_bkrp_access_check_v2()
151 _PUBLIC_ enum ndr_err_code ndr_pull_bkrp_access_check_v2(struct ndr_pull *ndr, int ndr_flags, struc… in ndr_pull_bkrp_access_check_v2()
177 _PUBLIC_ enum ndr_err_code ndr_push_bkrp_access_check_v3(struct ndr_push *ndr, int ndr_flags, const… in ndr_push_bkrp_access_check_v3()
202 _PUBLIC_ enum ndr_err_code ndr_pull_bkrp_access_check_v3(struct ndr_pull *ndr, int ndr_flags, struc… in ndr_pull_bkrp_access_check_v3()
H A Dndr_string.c28 _PUBLIC_ enum ndr_err_code ndr_pull_string(struct ndr_pull *ndr, int ndr_flags, const char **s) in ndr_pull_string()
196 _PUBLIC_ enum ndr_err_code ndr_push_string(struct ndr_push *ndr, int ndr_flags, const char *s) in ndr_push_string()
305 _PUBLIC_ size_t ndr_string_array_size(struct ndr_push *ndr, const char *s) in ndr_string_array_size()
335 _PUBLIC_ void ndr_print_string(struct ndr_print *ndr, const char *name, const char *s) in ndr_print_string()
354 _PUBLIC_ enum ndr_err_code ndr_pull_string_array(struct ndr_pull *ndr, int ndr_flags, const char **… in ndr_pull_string_array()
452 _PUBLIC_ enum ndr_err_code ndr_push_string_array(struct ndr_push *ndr, int ndr_flags, const char **… in ndr_push_string_array()
501 _PUBLIC_ void ndr_print_string_array(struct ndr_print *ndr, const char *name, const char **a) in ndr_print_string_array()
604 _PUBLIC_ enum ndr_err_code ndr_check_string_terminator(struct ndr_pull *ndr, uint32_t count, uint32… in ndr_check_string_terminator()
626 _PUBLIC_ enum ndr_err_code ndr_pull_charset(struct ndr_pull *ndr, int ndr_flags, const char **var, … in ndr_pull_charset()
692 _PUBLIC_ enum ndr_err_code ndr_push_charset(struct ndr_push *ndr, int ndr_flags, const char *var, u… in ndr_push_charset()
[all …]
H A Dndr_wmi.c32 enum ndr_err_code ndr_push_BSTR(struct ndr_push *ndr, int ndr_flags, const struct BSTR *r) in ndr_push_BSTR()
52 enum ndr_err_code ndr_pull_BSTR(struct ndr_pull *ndr, int ndr_flags, struct BSTR *r) in ndr_pull_BSTR()
57 void ndr_print_BSTR(struct ndr_print *ndr, const char *name, const struct BSTR *r) in ndr_print_BSTR()
/dports/net/samba412/samba-4.12.15/source3/winbindd/
H A Dwinbindd_ndr.c33 void ndr_print_winbindd_child(struct ndr_print *ndr, in ndr_print_winbindd_child()
55 void ndr_print_winbindd_cm_conn(struct ndr_print *ndr, in ndr_print_winbindd_cm_conn()
83 void ndr_print_winbindd_methods(struct ndr_print *ndr, in ndr_print_winbindd_methods()
119 void ndr_print_winbindd_domain(struct ndr_print *ndr, in ndr_print_winbindd_domain()

12345678910>>...17