Home
last modified time | relevance | path

Searched refs:ndr_syntax_id_from_string (Results 1 – 17 of 17) sorted by relevance

/dports/net/samba412/samba-4.12.15/source4/torture/local/
H A Dverif_trailer.c76 ok = ndr_syntax_id_from_string(vt_abstr_syntax, &pctx.abstract_syntax); in test_verif_trailer_pctx()
78 ok = ndr_syntax_id_from_string(vt_trans_syntax, &pctx.transfer_syntax); in test_verif_trailer_pctx()
/dports/net/samba412/samba-4.12.15/librpc/ndr/
H A Dndr_misc.c55 _PUBLIC_ bool ndr_syntax_id_from_string(const char *s, struct ndr_syntax_id *id) in ndr_syntax_id_from_string() function
H A Dlibndr.h516 bool ndr_syntax_id_from_string(const char *s, struct ndr_syntax_id *id);
/dports/net/samba412/samba-4.12.15/librpc/ABI/
H A Dndr-0.0.3.sigs243 ndr_syntax_id_from_string: bool (const char *, struct ndr_syntax_id *)
H A Dndr-0.0.4.sigs244 ndr_syntax_id_from_string: bool (const char *, struct ndr_syntax_id *)
H A Dndr-0.0.7.sigs249 ndr_syntax_id_from_string: bool (const char *, struct ndr_syntax_id *)
H A Dndr-0.0.8.sigs250 ndr_syntax_id_from_string: bool (const char *, struct ndr_syntax_id *)
H A Dndr-0.0.9.sigs251 ndr_syntax_id_from_string: bool (const char *, struct ndr_syntax_id *)
H A Dndr-0.1.1.sigs254 ndr_syntax_id_from_string: bool (const char *, struct ndr_syntax_id *)
H A Dndr-0.2.1.sigs255 ndr_syntax_id_from_string: bool (const char *, struct ndr_syntax_id *)
H A Dndr-1.0.0.sigs254 ndr_syntax_id_from_string: bool (const char *, struct ndr_syntax_id *)
H A Dndr-0.0.5.sigs247 ndr_syntax_id_from_string: bool (const char *, struct ndr_syntax_id *)
H A Dndr-0.0.6.sigs248 ndr_syntax_id_from_string: bool (const char *, struct ndr_syntax_id *)
H A Dndr-0.1.0.sigs251 ndr_syntax_id_from_string: bool (const char *, struct ndr_syntax_id *)
H A Dndr-0.1.2.sigs255 ndr_syntax_id_from_string: bool (const char *, struct ndr_syntax_id *)
H A Dndr-0.2.0.sigs255 ndr_syntax_id_from_string: bool (const char *, struct ndr_syntax_id *)
/dports/net/samba412/samba-4.12.15/librpc/rpc/
H A Dbinding.c634 ok = ndr_syntax_id_from_string(s, &id); in dcerpc_binding_get_abstract_syntax()