Home
last modified time | relevance | path

Searched defs:proto (Results 226 - 250 of 262) sorted by relevance

1234567891011

/third_party/curl/lib/vtls/
H A Dsectransp.c1811 struct alpn_proto_buf proto; local
H A Dopenssl.c3633 struct alpn_proto_buf proto; in ossl_connect_step1() local
/third_party/libcoap/examples/
H A Dcoap-server.c885 coap_proto_t proto; in get_ongoing_proxy_session() local
/third_party/nghttp2/src/
H A Dnghttp.cc1132 auto proto = StringRef{next_proto, next_proto_len}; in connection_made() local
/third_party/toybox/toys/pending/
H A Dip.c565 int param, proto; in vlan_parse_opt() local
1497 int tb,idev,odev,proto; member
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc525 FileDescriptorProto proto; TEST_F() local
599 FileDescriptorProto proto; TEST_F() local
771 CopyWithJsonName(const Descriptor* message, DescriptorProto* proto) CopyWithJsonName() argument
914 DescriptorProto proto; TEST_F() local
2740 BuildFile(const FileDescriptorProto& proto) BuildFile() argument
2814 FieldDescriptorProto proto; TEST_P() local
7702 FileDescriptorProto proto; TEST_F() local
7720 FileDescriptorProto proto; TEST_F() local
7801 ParseProtoAndAddToDb(const char* proto) ParseProtoAndAddToDb() argument
7807 ParseProtoAndAddToDb(const std::string& proto) ParseProtoAndAddToDb() argument
[all...]
H A Ddescriptor.cc3319 BuildField(const FieldDescriptorProto& proto, Descriptor* parent, FieldDescriptor* result) BuildField() argument
3323 BuildExtension(const FieldDescriptorProto& proto, Descriptor* parent, FieldDescriptor* result) BuildExtension() argument
3569 BuildFile( const FileDescriptorProto& proto) BuildFile() argument
3581 BuildFileCollectingErrors( const FileDescriptorProto& proto, ErrorCollector* error_collector) BuildFileCollectingErrors() argument
4022 AddSymbol(const std::string& full_name, const void* parent, const std::string& name, const Message& proto, Symbol symbol) AddSymbol() argument
4071 AddPackage(const std::string& name, const Message& proto, const FileDescriptor* file) AddPackage() argument
4106 ValidateSymbolName(const std::string& name, const std::string& full_name, const Message& proto) ValidateSymbolName() argument
4220 AddRecursiveImportError( const FileDescriptorProto& proto, int from_here) AddRecursiveImportError() argument
4238 AddTwiceListedError(const FileDescriptorProto& proto, int index) AddTwiceListedError() argument
4245 AddImportError(const FileDescriptorProto& proto, int index) AddImportError() argument
4258 ExistingFileMatchesProto(const FileDescriptor* existing_file, const FileDescriptorProto& proto) ExistingFileMatchesProto() argument
4273 BuildFile( const FileDescriptorProto& proto) BuildFile() argument
4344 BuildFileImpl( const FileDescriptorProto& proto) BuildFileImpl() argument
4602 BuildMessage(const DescriptorProto& proto, const Descriptor* parent, Descriptor* result) BuildMessage() argument
4740 BuildFieldOrExtension(const FieldDescriptorProto& proto, Descriptor* parent, FieldDescriptor* result, bool is_extension) BuildFieldOrExtension() argument
5038 BuildExtensionRange( const DescriptorProto::ExtensionRange& proto, const Descriptor* parent, Descriptor::ExtensionRange* result) BuildExtensionRange() argument
5075 BuildReservedRange( const DescriptorProto::ReservedRange& proto, const Descriptor* parent, Descriptor::ReservedRange* result) BuildReservedRange() argument
5086 BuildReservedRange( const EnumDescriptorProto::EnumReservedRange& proto, const EnumDescriptor* parent, EnumDescriptor::ReservedRange* result) BuildReservedRange() argument
5098 BuildOneof(const OneofDescriptorProto& proto, Descriptor* parent, OneofDescriptor* result) BuildOneof() argument
5125 CheckEnumValueUniqueness( const EnumDescriptorProto& proto, const EnumDescriptor* result) CheckEnumValueUniqueness() argument
5191 BuildEnum(const EnumDescriptorProto& proto, const Descriptor* parent, EnumDescriptor* result) BuildEnum() argument
5287 BuildEnumValue(const EnumValueDescriptorProto& proto, const EnumDescriptor* parent, EnumValueDescriptor* result) BuildEnumValue() argument
5358 BuildService(const ServiceDescriptorProto& proto, const void* , ServiceDescriptor* result) BuildService() argument
5382 BuildMethod(const MethodDescriptorProto& proto, const ServiceDescriptor* parent, MethodDescriptor* result) BuildMethod() argument
5416 CrossLinkFile(FileDescriptor* file, const FileDescriptorProto& proto) CrossLinkFile() argument
5439 CrossLinkMessage(Descriptor* message, const DescriptorProto& proto) CrossLinkMessage() argument
5562 CrossLinkExtensionRange( Descriptor::ExtensionRange* range, const DescriptorProto::ExtensionRange& proto) CrossLinkExtensionRange() argument
5570 CrossLinkField(FieldDescriptor* field, const FieldDescriptorProto& proto) CrossLinkField() argument
5829 CrossLinkEnum(EnumDescriptor* enum_type, const EnumDescriptorProto& proto) CrossLinkEnum() argument
5848 CrossLinkService(ServiceDescriptor* service, const ServiceDescriptorProto& proto) CrossLinkService() argument
5859 CrossLinkMethod(MethodDescriptor* method, const MethodDescriptorProto& proto) CrossLinkMethod() argument
5924 ValidateFileOptions(FileDescriptor* file, const FileDescriptorProto& proto) ValidateFileOptions() argument
5951 ValidateProto3(FileDescriptor* file, const FileDescriptorProto& proto) ValidateProto3() argument
5978 ValidateProto3Message(Descriptor* message, const DescriptorProto& proto) ValidateProto3Message() argument
6023 ValidateProto3Field(FieldDescriptor* field, const FieldDescriptorProto& proto) ValidateProto3Field() argument
6058 ValidateProto3Enum(EnumDescriptor* enm, const EnumDescriptorProto& proto) ValidateProto3Enum() argument
6067 ValidateMessageOptions(Descriptor* message, const DescriptorProto& proto) ValidateMessageOptions() argument
6093 ValidateFieldOptions( FieldDescriptor* field, const FieldDescriptorProto& proto) ValidateFieldOptions() argument
6172 ValidateEnumOptions(EnumDescriptor* enm, const EnumDescriptorProto& proto) ValidateEnumOptions() argument
6204 ValidateExtensionRangeOptions( const std::string& full_name, Descriptor::ExtensionRange* extension_range, const DescriptorProto_ExtensionRange& proto) ValidateExtensionRangeOptions() argument
6209 ValidateServiceOptions( ServiceDescriptor* service, const ServiceDescriptorProto& proto) ValidateServiceOptions() argument
6228 ValidateMapEntry(FieldDescriptor* field, const FieldDescriptorProto& proto) ValidateMapEntry() argument
6300 DetectMapConflicts(const Descriptor* message, const DescriptorProto& proto) DetectMapConflicts() argument
6357 ValidateJSType(FieldDescriptor* field, const FieldDescriptorProto& proto) ValidateJSType() argument
7270 LogUnusedDependency(const FileDescriptorProto& proto, const FileDescriptor* result) LogUnusedDependency() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.c3162 u8 *proto; wpa_config_set_cred_req_conn_capab() local
[all...]
H A Dwpa_supplicant.c1254 int sel, proto; in wpa_supplicant_set_suites() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.c3586 u8 *proto; wpa_config_set_cred_req_conn_capab() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dhlsenc.c600 const char *proto = NULL; in hls_delete_old_segments() local
1034 const char *proto = avio_find_protocol_name(vs->basename); in sls_flag_check_duration_size() local
565 hls_delete_file(HLSContext *hls, AVFormatContext *avf, const char *path, const char *proto) hls_delete_file() argument
1381 const char *proto = avio_find_protocol_name(hls->master_m3u8_url); create_master_playlist() local
1542 const char *proto = avio_find_protocol_name(vs->m3u8_name); hls_window() local
1682 const char *proto = NULL; hls_start() local
1932 const char *proto, *dir; format_name() local
2414 const char *proto = NULL; hls_write_packet() local
2720 const char *proto = NULL; hls_write_trailer() local
[all...]
/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c452 uint32_t proto; member
810 uint32_t proto = umass_get_proto(uaa->iface); in umass_probe_proto() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc175 HasInPrototypeChain(Isolate* isolate, Handle<JSReceiver> object, Handle<Object> proto) HasInPrototypeChain() argument
3355 ForceSetPrototype(Isolate* isolate, Handle<JSObject> object, Handle<HeapObject> proto) ForceSetPrototype() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Ds_client.c3280 const unsigned char *proto; in print_stuff() local
3289 const unsigned char *proto; in print_stuff() local
/third_party/openssl/apps/
H A Ds_client.c3280 const unsigned char *proto; in print_stuff() local
3289 const unsigned char *proto; in print_stuff() local
/third_party/python/Lib/test/
H A Dtest_ssl.py59 proto = getattr(ssl, proto) variable
[all...]
/third_party/python/Modules/_ctypes/
H A D_ctypes.c1033 PyCPointerType_SetProto(StgDictObject *stgdict, PyObject *proto) in PyCPointerType_SetProto() argument
1072 PyObject *proto; PyCPointerType_new() local
1939 CreateSwappedType(PyTypeObject *type, PyObject *args, PyObject *kwds, PyObject *proto, struct fielddesc *fmt) CreateSwappedType() argument
2047 PyObject *proto; PyCSimpleType_new() local
4613 PyObject *proto; Array_subscript() local
5095 PyObject *proto; Pointer_item() local
5126 PyObject *proto; Pointer_ass_item() local
5269 PyObject *proto; Pointer_subscript() local
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_internal.h766 enum cil_protocol proto; member
H A Dcil_build_ast.c4389 char *proto; in cil_gen_portcon() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.h491 int proto; member
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc1753 Handle<JSArray> proto = factory->NewJSArray(0, TERMINAL_FAST_ELEMENTS_KIND, in InitializeGlobal() local
6243 JSObject::ForceSetPrototype(isolate(), to, proto); TransferObject() local
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc2813 TNode<HeapObject> proto = LoadMapPrototype(var_holder_map.value()); in GenericPropertyLoad() local
/third_party/python/Modules/
H A D_datetimemodule.c4693 time_getstate(PyDateTime_Time *self, int proto) in time_getstate() argument
4716 int proto; in time_reduce_ex() local
6486 datetime_getstate(PyDateTime_DateTime *self, int proto) in datetime_getstate() argument
6509 int proto; in datetime_reduce_ex() local
[all...]
H A D_pickle.c647 int proto; /* Pickle protocol number, >= 0 */ member
705 int proto; /* Protocol of the pickle loaded. */ member
1157 long proto; in _Pickler_SetProtocol() local
4441 PyObject *proto; save() local
[all...]
H A Dsocketmodule.c1030 new_sockobject(SOCKET_T fd, int family, int type, int proto) in new_sockobject() argument
982 init_sockobject(PySocketSockObject *s, SOCKET_T fd, int family, int type, int proto) init_sockobject() argument
1319 makesockaddr(SOCKET_T sockfd, struct sockaddr *addr, size_t addrlen, int proto) makesockaddr() argument
5183 sock_initobj_impl(PySocketSockObject *self, int family, int type, int proto, PyObject *fdobj) global() argument
5922 const char *name, *proto=NULL; global() local
5959 const char *proto=NULL; global() local
6110 int family, type = SOCK_STREAM, proto = 0; global() local
[all...]

Completed in 107 milliseconds

1234567891011