Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 25 of 1080) sorted by relevance

12345678910>>...44

/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddb.c172 (db->methods->destroy)(db); in dns_db_iscache()
235 if (db->methods->issecure != NULL) { in dns_db_issecure()
236 return (db->methods->issecure)(db); in dns_db_issecure()
249 if (db->methods->beginload == NULL) {
288 if (db->methods->beginload != NULL) { in dns_db_endload()
289 return (db->methods->beginload)(db, callbacks); in dns_db_endload()
311 if (db->methods->endload != NULL) { in dns_db_load()
312 return (db->methods->endload)(db, callbacks); in dns_db_load()
371 (db->methods->currentversion)(db, versionp); in dns_db_newversion()
384 if (db->methods in dns_db_attachversion()
445 dns_db_findnodeext(dns_db_t * db,const dns_name_t * name,bool create,dns_clientinfomethods_t * methods,dns_clientinfo_t * clientinfo,dns_dbnode_t ** nodep) dns_db_findnodeext() argument
511 dns_db_findext(dns_db_t * db,const dns_name_t * name,dns_dbversion_t * version,dns_rdatatype_t type,unsigned int options,isc_stdtime_t now,dns_dbnode_t ** nodep,dns_name_t * foundname,dns_clientinfomethods_t * methods,dns_clientinfo_t * clientinfo,dns_rdataset_t * rdataset,dns_rdataset_t * sigrdataset) dns_db_findext() argument
[all...]
H A Drdataset.c73 REQUIRE(rdataset->methods == NULL); in dns_rdataset_init()
89 REQUIRE(rdataset->methods != NULL); in dns_rdataset_invalidate()
91 if (rdataset->methods->disassociate != NULL) { in dns_rdataset_invalidate()
92 (rdataset->methods->disassociate)(rdataset DNS__DB_FLARG_PASS); in dns_rdataset_invalidate()
109 if (rdataset->methods != NULL) { in dns_rdataset_disassociate()
141 REQUIRE(rdataset->methods == NULL); in dns_rdataset_isassociated()
143 rdataset->methods = &question_methods; in dns_rdataset_isassociated()
156 REQUIRE(rdataset->methods != NULL); in question_cursor()
157 REQUIRE(rdataset->methods->count != NULL);
159 return (rdataset->methods
[all...]
H A Ddbiterator.c34 (*iteratorp)->methods->destroy(iteratorp DNS__DB_FLARG_PASS); in dns_dbiterator_destroy()
47 return iterator->methods->first(iterator DNS__DB_FLARG_PASS); in dns_dbiterator_first()
58 return iterator->methods->last(iterator DNS__DB_FLARG_PASS); in dns_dbiterator_last()
70 return iterator->methods->seek(iterator, name DNS__DB_FLARG_PASS); in dns_dbiterator_seek()
81 return iterator->methods->prev(iterator DNS__DB_FLARG_PASS); in dns_dbiterator_prev()
92 return iterator->methods->next(iterator DNS__DB_FLARG_PASS); in dns_dbiterator_next()
106 return iterator->methods->current(iterator, nodep, in dns_dbiterator_current()
118 return iterator->methods->pause(iterator);
131 return iterator->methods->origin(iterator, name);
H A Ddlz.c134 allowzonexfr = dlzdb->implementation->methods->allowzonexfr; in dns_dlzallowzonexfr()
215 result = ((impinfo->methods->create)(mctx, dlzname, argc, argv, in dns_dlzcreate()
234 /* impinfo->methods->create failed. */ in dns_dlzcreate()
265 destroy = db->implementation->methods->destroy; in dns_dlzdestroy()
276 dns_dlzregister(const char *drivername, const dns_dlzmethods_t *methods, in dns_dlzregister() argument
290 REQUIRE(methods != NULL); in dns_dlzregister()
291 REQUIRE(methods->create != NULL); in dns_dlzregister()
292 REQUIRE(methods->destroy != NULL); in dns_dlzregister()
293 REQUIRE(methods->findzone != NULL); in dns_dlzregister()
326 .methods in dns_dlzregister()
[all...]
H A Dsdlz.c90 const dns_sdlzmethods_t *methods;
186 unsigned int options, dns_clientinfomethods_t *methods,
246 * Rdataset Iterator Methods. These methods were "borrowed" from the SDB in dns_sdlz_tolower()
300 * DB routines. These methods were "borrowed" from the SDB driver interface.
335 if (sdlz->dlzimp->methods->newversion == NULL) { in destroy()
341 result = sdlz->dlzimp->methods->newversion(
380 REQUIRE(sdlz->dlzimp->methods->closeversion != NULL); in currentversion()
384 sdlz->dlzimp->methods->closeversion(origin, commit, in currentversion()
460 unsigned int options, dns_clientinfomethods_t *methods, in createnode()
475 if (sdlz->dlzimp->methods in createnode()
92 const dns_sdlzmethods_t *methods; global() member
520 getnodedata(dns_db_t * db,const dns_name_t * name,bool create,unsigned int options,dns_clientinfomethods_t * methods,dns_clientinfo_t * clientinfo,dns_dbnode_t ** nodep) getnodedata() argument
676 findnodeext(dns_db_t * db,const dns_name_t * name,bool create,dns_clientinfomethods_t * methods,dns_clientinfo_t * clientinfo,dns_dbnode_t ** nodep) findnodeext() argument
854 findext(dns_db_t * db,const dns_name_t * name,dns_dbversion_t * version,dns_rdatatype_t type,unsigned int options,isc_stdtime_t now,dns_dbnode_t ** nodep,dns_name_t * foundname,dns_clientinfomethods_t * methods,dns_clientinfo_t * clientinfo,dns_rdataset_t * rdataset,dns_rdataset_t * sigrdataset) findext() argument
1639 dns_sdlzfindzone(void * driverarg,void * dbdata,isc_mem_t * mctx,dns_rdataclass_t rdclass,const dns_name_t * name,dns_clientinfomethods_t * methods,dns_clientinfo_t * clientinfo,dns_db_t ** dbp) dns_sdlzfindzone() argument
1973 dns_sdlzregister(const char * drivername,const dns_sdlzmethods_t * methods,void * driverarg,unsigned int flags,isc_mem_t * mctx,dns_sdlzimplementation_t ** sdlzimp) dns_sdlzregister() argument
[all...]
H A Dsdb.c
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddb.c145 (source->methods->attach)(source, targetp); in dns_db_attach()
159 ((*dbp)->methods->detach)(dbp); in dns_db_detach()
218 if (db->methods->isdnssec != NULL) { in dns_db_isdnssec()
219 return ((db->methods->isdnssec)(db)); in dns_db_isdnssec()
221 return ((db->methods->issecure)(db)); in dns_db_isdnssec()
233 return ((db->methods->issecure)(db)); in dns_db_issecure()
244 return ((db->methods->ispersistent)(db)); in dns_db_ispersistent()
278 return ((db->methods->beginload)(db, callbacks)); in dns_db_beginload()
299 return ((db->methods->endload)(db, callbacks)); in dns_db_endload()
344 if (db->methods->serialize == NULL) { in dns_db_serialize()
[all …]
H A Drdataset.c62 rdataset->methods = NULL; in dns_rdataset_init()
88 REQUIRE(rdataset->methods == NULL); in dns_rdataset_invalidate()
113 REQUIRE(rdataset->methods != NULL); in dns_rdataset_disassociate()
115 (rdataset->methods->disassociate)(rdataset); in dns_rdataset_disassociate()
116 rdataset->methods = NULL; in dns_rdataset_disassociate()
141 if (rdataset->methods != NULL) { in dns_rdataset_isassociated()
215 REQUIRE(rdataset->methods == NULL); in dns_rdataset_makequestion()
217 rdataset->methods = &question_methods; in dns_rdataset_makequestion()
230 REQUIRE(rdataset->methods != NULL); in dns_rdataset_count()
232 return ((rdataset->methods->count)(rdataset)); in dns_rdataset_count()
[all …]
H A Ddbiterator.c34 (*iteratorp)->methods->destroy(iteratorp); in dns_dbiterator_destroy()
47 return (iterator->methods->first(iterator)); in dns_dbiterator_first()
58 return (iterator->methods->last(iterator)); in dns_dbiterator_last()
69 return (iterator->methods->seek(iterator, name)); in dns_dbiterator_seek()
80 return (iterator->methods->prev(iterator)); in dns_dbiterator_prev()
91 return (iterator->methods->next(iterator)); in dns_dbiterator_next()
105 return (iterator->methods->current(iterator, nodep, name)); in dns_dbiterator_current()
116 return (iterator->methods->pause(iterator)); in dns_dbiterator_pause()
129 return (iterator->methods->origin(iterator, name)); in dns_dbiterator_origin()
H A Ddlz.c132 allowzonexfr = dlzdb->implementation->methods->allowzonexfr; in dns_dlzallowzonexfr()
214 result = ((impinfo->methods->create)(mctx, dlzname, argc, argv, in dns_dlzcreate()
265 destroy = db->implementation->methods->destroy; in dns_dlzdestroy()
276 dns_dlzregister(const char *drivername, const dns_dlzmethods_t *methods, in dns_dlzregister() argument
290 REQUIRE(methods != NULL); in dns_dlzregister()
291 REQUIRE(methods->create != NULL); in dns_dlzregister()
292 REQUIRE(methods->destroy != NULL); in dns_dlzregister()
293 REQUIRE(methods->findzone != NULL); in dns_dlzregister()
330 dlz_imp->methods = methods; in dns_dlzregister()
510 if (impl->methods->configure == NULL) { in dns_dlzconfigure()
[all …]
H A Dsdlz.c92 const dns_sdlzmethods_t *methods; member
191 unsigned int options, dns_clientinfomethods_t *methods,
396 if (sdlz->dlzimp->methods->newversion == NULL) { in newversion()
402 result = sdlz->dlzimp->methods->newversion( in newversion()
440 REQUIRE(sdlz->dlzimp->methods->closeversion != NULL); in closeversion()
444 sdlz->dlzimp->methods->closeversion(origin, commit, in closeversion()
523 unsigned int options, dns_clientinfomethods_t *methods, in getnodedata() argument
538 if (sdlz->dlzimp->methods->newversion == NULL) { in getnodedata()
584 result = sdlz->dlzimp->methods->lookup( in getnodedata()
586 methods, clientinfo); in getnodedata()
[all …]
H A Dsdb.c50 const dns_sdbmethods_t *methods; member
208 dns_sdb_register(const char *drivername, const dns_sdbmethods_t *methods, in dns_sdb_register() argument
215 REQUIRE(methods != NULL); in dns_sdb_register()
216 REQUIRE(methods->lookup != NULL || methods->lookup2 != NULL); in dns_sdb_register()
224 imp->methods = methods; in dns_sdb_register()
529 if (imp->methods->destroy != NULL) { in destroy()
531 imp->methods->destroy(sdb->zone, imp->driverdata, &sdb->dbdata); in destroy()
699 if (imp->methods->lookup2 != NULL) { in getoriginnode()
727 if (imp->methods->lookup2 != NULL) { in getoriginnode()
728 result = imp->methods->lookup2(&sdb->common.origin, name, in getoriginnode()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dread-catalog-abstract.c50 pop->methods = method_table; in catalog_reader_alloc()
60 if (pop->methods->destructor) in catalog_reader_free()
61 pop->methods->destructor (pop); in catalog_reader_free()
73 if (pop->methods->parse_brief) in call_parse_brief()
74 pop->methods->parse_brief (pop); in call_parse_brief()
80 if (pop->methods->parse_debrief) in call_parse_debrief()
81 pop->methods->parse_debrief (pop); in call_parse_debrief()
87 if (pop->methods->directive_domain) in call_directive_domain()
88 pop->methods->directive_domain (pop, name); in call_directive_domain()
104 if (pop->methods->directive_message) in call_directive_message()
[all …]
H A Dread-catalog.c45 default_catalog_reader_class_ty *methods = in call_set_domain() local
46 (default_catalog_reader_class_ty *) this->methods; in call_set_domain()
48 if (methods->set_domain) in call_set_domain()
49 methods->set_domain (this, name); in call_set_domain()
60 default_catalog_reader_class_ty *methods = in call_add_message() local
61 (default_catalog_reader_class_ty *) this->methods; in call_add_message()
63 if (methods->add_message) in call_add_message()
64 methods->add_message (this, msgctxt, in call_add_message()
76 default_catalog_reader_class_ty *methods = in call_frob_new_message() local
77 (default_catalog_reader_class_ty *) this->methods; in call_frob_new_message()
[all …]
/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Deap_user_db.c23 static void set_user_methods(struct hostapd_eap_user *user, const char *methods) in set_user_methods() argument
28 buf = os_strdup(methods); in set_user_methods()
32 os_memset(&user->methods, 0, sizeof(user->methods)); in set_user_methods()
39 user->methods[num_methods].method = in set_user_methods()
41 &user->methods[num_methods].vendor); in set_user_methods()
42 if (user->methods[num_methods].vendor == EAP_VENDOR_IETF && in set_user_methods()
43 user->methods[num_methods].method == EAP_TYPE_NONE) { in set_user_methods()
106 int i, id = -1, methods = -1; in get_wildcard_cb() local
113 methods = i; in get_wildcard_cb()
116 if (id < 0 || methods < 0) in get_wildcard_cb()
[all …]
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c441 char *methods, *new_methods; in wpas_dbus_setter_config_methods() local
444 &methods)) in wpas_dbus_setter_config_methods()
447 new_methods = os_strdup(methods); in wpas_dbus_setter_config_methods()
495 char *methods, *devname; in wpas_dbus_setter_wps_device_name() local
498 &methods)) in wpas_dbus_setter_wps_device_name()
501 if (os_strlen(methods) > WPS_DEV_NAME_MAX_LEN) in wpas_dbus_setter_wps_device_name()
504 devname = os_strdup(methods); in wpas_dbus_setter_wps_device_name()
551 char *methods, *manufacturer; in wpas_dbus_setter_wps_manufacturer() local
554 &methods)) in wpas_dbus_setter_wps_manufacturer()
557 if (os_strlen(methods) > WPS_MANUFACTURER_MAX_LEN) in wpas_dbus_setter_wps_manufacturer()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_new.pod84 The methods exist in a generic type (for client and server use), a server only
92 These are the general-purpose I<version-flexible> SSL/TLS methods.
96 Applications should use these methods, and avoid the version-specific
97 methods described below, which are deprecated.
110 A TLS/SSL connection established with these methods will only understand the
111 TLSv1.2 protocol. These methods are deprecated.
115 A TLS/SSL connection established with these methods will only understand the
116 TLSv1.1 protocol. These methods are deprecated.
120 A TLS/SSL connection established with these methods will only understand the
121 TLSv1 protocol. These methods are deprecated.
[all …]
H A DSSL_COMP_add_compression_method.pod7 - handle SSL/TLS integrated compression methods
27 the identifier B<id> to the list of available compression methods. This
32 compression methods or NULL on error.
39 maintain the internal table of compression methods.
43 The TLS standard (or SSLv3) allows the integration of compression methods
45 methods or their corresponding identifiers, so there is currently no compatible
48 non-public use may agree on certain compression methods. Using different
49 compression methods with the same identifier will lead to connection failure.
52 will unconditionally send the list of all compression methods enabled with
58 its own compression methods and will unconditionally activate compression
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dprotocols.c361 struct objc_method_description_list *methods; in protocol_getMethodDescription() local
375 methods = ((struct objc_protocol *)protocol)->instance_methods; in protocol_getMethodDescription()
377 methods = ((struct objc_protocol *)protocol)->class_methods; in protocol_getMethodDescription()
379 if (methods) in protocol_getMethodDescription()
381 for (i = 0; i < methods->count; i++) in protocol_getMethodDescription()
383 if (sel_isEqual (methods->list[i].name, selector)) in protocol_getMethodDescription()
384 return methods->list[i]; in protocol_getMethodDescription()
400 struct objc_method_description_list *methods; in protocol_copyMethodDescriptionList() local
428 methods = ((struct objc_protocol *)protocol)->instance_methods; in protocol_copyMethodDescriptionList()
430 methods = ((struct objc_protocol *)protocol)->class_methods; in protocol_copyMethodDescriptionList()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dprotocols.c361 struct objc_method_description_list *methods; in protocol_getMethodDescription() local
375 methods = ((struct objc_protocol *)protocol)->instance_methods; in protocol_getMethodDescription()
377 methods = ((struct objc_protocol *)protocol)->class_methods; in protocol_getMethodDescription()
379 if (methods) in protocol_getMethodDescription()
381 for (i = 0; i < methods->count; i++) in protocol_getMethodDescription()
383 if (sel_isEqual (methods->list[i].name, selector)) in protocol_getMethodDescription()
384 return methods->list[i]; in protocol_getMethodDescription()
400 struct objc_method_description_list *methods; in protocol_copyMethodDescriptionList() local
428 methods = ((struct objc_protocol *)protocol)->instance_methods; in protocol_copyMethodDescriptionList()
430 methods = ((struct objc_protocol *)protocol)->class_methods; in protocol_copyMethodDescriptionList()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_COMP_add_compression_method.pod7 - handle SSL/TLS integrated compression methods
27 the identifier B<id> to the list of available compression methods. This
32 compression methods or NULL on error.
39 maintain the internal table of compression methods.
43 The TLS standard (or SSLv3) allows the integration of compression methods
45 methods or their corresponding identifiers, so there is currently no compatible
48 non-public use may agree on certain compression methods. Using different
49 compression methods with the same identifier will lead to connection failure.
52 will unconditionally send the list of all compression methods enabled with
58 its own compression methods and will unconditionally activate compression
[all …]
H A DSSL_CTX_new.pod123 These are the general-purpose I<version-flexible> SSL/TLS methods.
127 Applications should use these methods, and avoid the version-specific
128 methods described below, which are deprecated.
141 A TLS/SSL connection established with these methods will only understand the
142 TLSv1.2 protocol. These methods are deprecated.
146 A TLS/SSL connection established with these methods will only understand the
147 TLSv1.1 protocol. These methods are deprecated.
151 A TLS/SSL connection established with these methods will only understand the
152 TLSv1 protocol. These methods are deprecated.
156 A TLS/SSL connection established with these methods will only understand the
[all …]
/netbsd-src/external/bsd/wpa/dist/hostapd/
H A Dhostapd.eap_user_sqlite3 methods TEXT,
12 methods TEXT
15 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1);
16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
18 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS');
19 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
/netbsd-src/external/bsd/libevent/dist/test/
H A Dbench.c154 const char **methods; local
180 methods = event_get_supported_methods();
183 for (i = 0; methods[i] != NULL; ++i)
184 printf(" %s\n", methods[i]);
209 methods = event_get_supported_methods();
210 for (i = 0; methods[i] != NULL; ++i)
211 if (strcmp(methods[i], method))
212 event_config_avoid_method(cfg, methods[i]);
/netbsd-src/external/bsd/wpa/dist/src/wps/
H A Dwps_common.c530 u16 methods = 0; in wps_config_methods_str2bin() local
534 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in wps_config_methods_str2bin()
535 methods |= WPS_CONFIG_VIRT_DISPLAY; in wps_config_methods_str2bin()
537 methods |= WPS_CONFIG_NFC_INTERFACE; in wps_config_methods_str2bin()
540 methods |= WPS_CONFIG_P2PS; in wps_config_methods_str2bin()
544 methods |= WPS_CONFIG_ETHERNET; in wps_config_methods_str2bin()
546 methods |= WPS_CONFIG_LABEL; in wps_config_methods_str2bin()
548 methods |= WPS_CONFIG_DISPLAY; in wps_config_methods_str2bin()
550 methods |= WPS_CONFIG_EXT_NFC_TOKEN; in wps_config_methods_str2bin()
552 methods |= WPS_CONFIG_INT_NFC_TOKEN; in wps_config_methods_str2bin()
[all …]

12345678910>>...44