Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/third_party/selinux/libsepol/src/
Dnode_record.c22 int proto; member
38 int proto; member
45 const char *addr_str, int proto, char *addr_bytes) in node_parse_addr()
89 int proto, char **addr, size_t * addr_sz) in node_alloc_addr()
135 char *addr_bytes, int proto, char *addr_str) in node_expand_addr()
184 int proto, char **addr) in node_alloc_addr_string()
225 int proto, sepol_node_key_t ** key_ptr) in sepol_node_key_create()
262 const char **addr, const char **mask, int *proto) in sepol_node_key_unpack()
393 sepol_node_t * node, int proto, const char *addr) in sepol_node_set_addr()
478 sepol_node_t * node, int proto, const char *mask) in sepol_node_set_mask()
[all …]
Dports.c17 static inline int sepol2ipproto(sepol_handle_t * handle, int proto) in sepol2ipproto()
35 static inline int ipproto2sepol(sepol_handle_t * handle, int proto) in ipproto2sepol()
66 int proto = sepol_port_get_proto(data); in port_from_record() local
119 int proto = port->u.port.protocol; in port_to_record() local
183 int low, high, proto; in sepol_port_exists() local
221 int low, high, proto; in sepol_port_query() local
261 int low, high, proto; in sepol_port_modify() local
Dport_record.c13 int proto; member
24 int proto; member
29 int low, int high, int proto, in sepol_port_key_create()
51 int *low, int *high, int *proto) in sepol_port_key_unpack()
173 const char *sepol_port_get_proto_str(int proto) in sepol_port_get_proto_str()
191 void sepol_port_set_proto(sepol_port_t * port, int proto) in sepol_port_set_proto()
Dnodes.c23 int proto; in node_from_record() local
85 ocontext_t * node, int proto, sepol_node_t ** record) in node_to_record()
177 int proto; in sepol_node_exists() local
237 int proto; in sepol_node_query() local
304 int proto; in sepol_node_modify() local
/third_party/lwip/src/core/
Dinet_chksum.c260 inet_cksum_pseudo_base(struct pbuf *p, u8_t proto, u16_t proto_len, u32_t acc) in inet_cksum_pseudo_base()
310 inet_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_chksum_pseudo()
343 ip6_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in ip6_chksum_pseudo()
379 ip_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in ip_chksum_pseudo()
399 inet_cksum_pseudo_partial_base(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_cksum_pseudo_partial_base()
456 inet_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_chksum_pseudo_partial()
491 ip6_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in ip6_chksum_pseudo_partial()
526 ip_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in ip_chksum_pseudo_partial()
Draw.c141 s16_t proto; in raw_input() local
628 raw_new(u8_t proto) in raw_new()
667 raw_new_ip_type(u8_t type, u8_t proto) in raw_new_ip_type()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java280 final FileDescriptorProto proto, final FileDescriptor[] dependencies) in buildFrom()
297 final FileDescriptorProto proto, in buildFrom()
366 FileDescriptorProto proto; in internalBuildGeneratedFileFrom() local
408 FileDescriptorProto proto; in internalBuildGeneratedFileFrom() local
465 FileDescriptorProto proto; in internalUpdateFileDescriptor() local
492 private FileDescriptorProto proto; field in Descriptors.FileDescriptor
502 final FileDescriptorProto proto, in FileDescriptor()
601 private void setProto(final FileDescriptorProto proto) { in setProto()
820 private DescriptorProto proto; field in Descriptors.Descriptor
862 final DescriptorProto proto, in Descriptor()
[all …]
/third_party/node/deps/npm/node_modules/delegates/
Dindex.js16 function Delegator(proto, target) { argument
39 proto[name] = function(){ method
111 proto[name] = function(val){ method
/third_party/lwip/src/include/lwip/
Dip.h255 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
263 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
271 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
281 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument
313 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
315 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
317 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
319 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument
333 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
335 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
[all …]
/third_party/jerryscript/tests/jerry/es2015/
Dproxy_set_prototoype_of.js82 handler.setPrototypeOf = function(target, proto) { argument
113 var proto = {}; variable
144 setPrototypeOf(target, proto) { argument
/third_party/jerryscript/tests/jerry-test-suite/es2015/19/19.01/19.01.02/
D19.01.02-004.js16 function test_set_prototype_of_error(o, proto, msg) argument
37 function test_set_prototype_of_success_set(o, proto, msg) argument
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc431 const string& proto, const string& test_name, ConformanceLevel level, in ExpectParseFailureForProtoWithProtoVersion()
460 const string& proto, const string& test_name, ConformanceLevel level) { in ExpectParseFailureForProto()
471 const string& proto, const string& test_name, ConformanceLevel level) { in ExpectHardParseFailureForProto()
760 string proto = cat(tag(field->number(), wire_type), values[i].first); in TestValidDataForType() local
782 string proto; in TestValidDataForType() local
891 string proto; in TestValidDataForType() local
933 string proto; in TestValidDataForRepeatedScalarMessage() local
972 string proto = in TestValidDataForMapType() local
985 string proto = in TestValidDataForMapType() local
998 string proto = in TestValidDataForMapType() local
[all …]
/third_party/python/Modules/_sqlite/
Dmicroprotocols.c56 pysqlite_microprotocols_add(PyTypeObject *type, PyObject *proto, PyObject *cast) in pysqlite_microprotocols_add()
77 pysqlite_microprotocols_adapt(PyObject *obj, PyObject *proto, PyObject *alt) in pysqlite_microprotocols_adapt()
/third_party/lwip/src/core/ipv4/
Dip4.c830 u8_t proto, struct netif *netif)
844 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
870 u8_t proto, struct netif *netif)
882 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
1070 u8_t ttl, u8_t tos, u8_t proto)
1112 u8_t ttl, u8_t tos, u8_t proto, struct netif_hint *netif_hint)
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DEnumValueDescriptor.cs44 private readonly EnumValueDescriptorProto proto; field in Google.Protobuf.Reflection.EnumValueDescriptor
46 internal EnumValueDescriptor(EnumValueDescriptorProto proto, FileDescriptor file, in EnumValueDescriptor()
DServiceDescriptor.cs45 private readonly ServiceDescriptorProto proto; field in Google.Protobuf.Reflection.ServiceDescriptor
48 internal ServiceDescriptor(ServiceDescriptorProto proto, FileDescriptor file, int index) in ServiceDescriptor()
DMethodDescriptor.cs43 private readonly MethodDescriptorProto proto; field in Google.Protobuf.Reflection.MethodDescriptor
106 internal MethodDescriptor(MethodDescriptorProto proto, FileDescriptor file, in MethodDescriptor()
DOneofDescriptor.cs48 private readonly OneofDescriptorProto proto; field in Google.Protobuf.Reflection.OneofDescriptor
53 …internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent… in OneofDescriptor()
DEnumDescriptor.cs44 private readonly EnumDescriptorProto proto; field in Google.Protobuf.Reflection.EnumDescriptor
49 …internal EnumDescriptor(EnumDescriptorProto proto, FileDescriptor file, MessageDescriptor parent, … in EnumDescriptor()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DLazyStringEndToEndTest.java91 UnittestProto.TestAllTypes proto = in testCaching() local
113 UnittestProto.TestAllTypes proto = UnittestProto.TestAllTypes.parseFrom(encodedTestAllTypes); in testNoStringCachingIfOnlyBytesAccessed() local
/third_party/node/deps/npm/node_modules/errno/
Dcustom.js26 function createError (errno, type, proto) { argument
49 var ce = function (type, proto) { argument
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc3319 void BuildField(const FieldDescriptorProto& proto, Descriptor* parent, in BuildField()
3323 void BuildExtension(const FieldDescriptorProto& proto, Descriptor* parent, in BuildExtension()
3570 const FileDescriptorProto& proto) { in BuildFile()
3582 const FileDescriptorProto& proto, ErrorCollector* error_collector) { in BuildFileCollectingErrors()
4024 const Message& proto, Symbol symbol) { in AddSymbol()
4072 const Message& proto, in AddPackage()
4108 const Message& proto) { in ValidateSymbolName()
4221 const FileDescriptorProto& proto, int from_here) { in AddRecursiveImportError()
4238 void DescriptorBuilder::AddTwiceListedError(const FileDescriptorProto& proto, in AddTwiceListedError()
4245 void DescriptorBuilder::AddImportError(const FileDescriptorProto& proto, in AddImportError()
[all …]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DDescriptorPool.php133 public function getDescriptorByProtoName($proto)
143 public function getEnumDescriptorByProtoName($proto)
/third_party/typescript/tests/cases/fourslash/
DprotoVarInContextualObjectLiteral.ts43 const proto: FourSlashInterface.ExpectedCompletionEntry = { name: "__proto__", text: "(property) __… constant
/third_party/libcoap/src/
Dcoap_session.c118 coap_make_session(coap_proto_t proto, coap_session_type_t type, in coap_make_session()
611 coap_make_addr_hash(coap_addr_hash_t *addr_hash, coap_proto_t proto, in coap_make_addr_hash()
816 coap_proto_t proto in coap_session_create_client()
973 coap_proto_t proto in coap_new_client_session()
988 coap_proto_t proto, in coap_new_client_session_psk()
1015 coap_proto_t proto, in coap_new_client_session_psk2()
1142 coap_proto_t proto, in coap_new_client_session_pki()
1300 coap_new_endpoint(coap_context_t *context, const coap_address_t *listen_addr, coap_proto_t proto) { in coap_new_endpoint()

12345678910>>...13