| /minix3/external/bsd/bind/dist/lib/dns/ |
| H A D | db.c | 162 (source->methods->attach)(source, targetp); in dns_db_attach() 177 ((*dbp)->methods->detach)(dbp); in dns_db_detach() 246 if (db->methods->isdnssec != NULL) in dns_db_isdnssec() 247 return ((db->methods->isdnssec)(db)); in dns_db_isdnssec() 248 return ((db->methods->issecure)(db)); in dns_db_isdnssec() 261 return ((db->methods->issecure)(db)); in dns_db_issecure() 273 return ((db->methods->ispersistent)(db)); in dns_db_ispersistent() 307 return ((db->methods->beginload)(db, callbacks)); in dns_db_beginload() 320 return ((db->methods->endload)(db, callbacks)); in dns_db_endload() 371 if (db->methods->serialize == NULL) in dns_db_serialize() [all …]
|
| H A D | rdataset.c | 70 rdataset->methods = NULL; in dns_rdataset_init() 97 REQUIRE(rdataset->methods == NULL); in dns_rdataset_invalidate() 123 REQUIRE(rdataset->methods != NULL); in dns_rdataset_disassociate() 125 (rdataset->methods->disassociate)(rdataset); in dns_rdataset_disassociate() 126 rdataset->methods = NULL; in dns_rdataset_disassociate() 151 if (rdataset->methods != NULL) in dns_rdataset_isassociated() 226 REQUIRE(rdataset->methods == NULL); in dns_rdataset_makequestion() 228 rdataset->methods = &question_methods; in dns_rdataset_makequestion() 242 REQUIRE(rdataset->methods != NULL); in dns_rdataset_count() 244 return ((rdataset->methods->count)(rdataset)); in dns_rdataset_count() [all …]
|
| H A D | dbiterator.c | 40 (*iteratorp)->methods->destroy(iteratorp); in dns_dbiterator_destroy() 53 return (iterator->methods->first(iterator)); in dns_dbiterator_first() 64 return (iterator->methods->last(iterator)); in dns_dbiterator_last() 75 return (iterator->methods->seek(iterator, name)); in dns_dbiterator_seek() 86 return (iterator->methods->prev(iterator)); in dns_dbiterator_prev() 97 return (iterator->methods->next(iterator)); in dns_dbiterator_next() 112 return (iterator->methods->current(iterator, nodep, name)); in dns_dbiterator_current() 123 return (iterator->methods->pause(iterator)); in dns_dbiterator_pause() 137 return (iterator->methods->origin(iterator, name)); in dns_dbiterator_origin()
|
| H A D | clientinfo.c | 28 dns_clientinfomethods_init(dns_clientinfomethods_t *methods, in dns_clientinfomethods_init() argument 31 methods->version = DNS_CLIENTINFOMETHODS_VERSION; in dns_clientinfomethods_init() 32 methods->age = DNS_CLIENTINFOMETHODS_AGE; in dns_clientinfomethods_init() 33 methods->sourceip = sourceip; in dns_clientinfomethods_init()
|
| H A D | rdatasetiter.c | 42 (*iteratorp)->methods->destroy(iteratorp); in dns_rdatasetiter_destroy() 55 return (iterator->methods->first(iterator)); in dns_rdatasetiter_first() 66 return (iterator->methods->next(iterator)); in dns_rdatasetiter_next() 81 iterator->methods->current(iterator, rdataset); in dns_rdatasetiter_current()
|
| H A D | dlz.c | 138 allowzonexfr = dlzdb->implementation->methods->allowzonexfr; in dns_dlzallowzonexfr() 217 result = ((impinfo->methods->create)(mctx, dlzname, argc, argv, in dns_dlzcreate() 267 destroy = (*dbp)->implementation->methods->destroy; in dns_dlzdestroy() 282 dns_dlzregister(const char *drivername, const dns_dlzmethods_t *methods, in dns_dlzregister() argument 298 REQUIRE(methods != NULL); in dns_dlzregister() 299 REQUIRE(methods->create != NULL); in dns_dlzregister() 300 REQUIRE(methods->destroy != NULL); in dns_dlzregister() 301 REQUIRE(methods->findzone != NULL); in dns_dlzregister() 343 dlz_imp->methods = methods; in dns_dlzregister() 587 if (impl->methods->configure == NULL) in dns_dlzconfigure() [all …]
|
| H A D | sdlz.c | 97 const dns_sdlzmethods_t *methods; member 411 if (sdlz->dlzimp->methods->newversion == NULL) in newversion() 416 result = sdlz->dlzimp->methods->newversion(origin, in newversion() 456 REQUIRE(sdlz->dlzimp->methods->closeversion != NULL); in closeversion() 460 sdlz->dlzimp->methods->closeversion(origin, commit, in closeversion() 546 dns_clientinfomethods_t *methods, dns_clientinfo_t *clientinfo, in findnodeext() argument 562 if (sdlz->dlzimp->methods->newversion == NULL) { in findnodeext() 604 result = sdlz->dlzimp->methods->lookup(zonestr, namestr, in findnodeext() 607 methods, clientinfo); in findnodeext() 614 result = sdlz->dlzimp->methods->lookup(zonestr, "*", in findnodeext() [all …]
|
| H A D | sdb.c | 55 const dns_sdbmethods_t *methods; member 212 dns_sdb_register(const char *drivername, const dns_sdbmethods_t *methods, in dns_sdb_register() argument 220 REQUIRE(methods != NULL); in dns_sdb_register() 221 REQUIRE(methods->lookup != NULL || methods->lookup2 != NULL); in dns_sdb_register() 232 imp->methods = methods; in dns_sdb_register() 562 if (imp->methods->destroy != NULL) { in destroy() 564 imp->methods->destroy(sdb->zone, imp->driverdata, in destroy() 733 dns_clientinfomethods_t *methods, dns_clientinfo_t *clientinfo, in findnodeext() argument 757 if (imp->methods->lookup2 != NULL) { in findnodeext() 789 if (imp->methods->lookup2 != NULL) in findnodeext() [all …]
|
| /minix3/crypto/external/bsd/openssl/dist/doc/ssl/ |
| H A D | SSL_COMP_add_compression_method.pod | 5 SSL_COMP_add_compression_method - handle SSL/TLS integrated compression methods 16 the identifier B<id> to the list of available compression methods. This 22 The TLS standard (or SSLv3) allows the integration of compression methods 24 methods or their corresponding identifiers, so there is currently no compatible 27 non-public use may agree on certain compression methods. Using different 28 compression methods with the same identifier will lead to connection failure. 31 will unconditionally send the list of all compression methods enabled with 37 its own compression methods and will unconditionally activate compression 39 of compression methods supported on a per connection basis. 41 The OpenSSL library has the compression methods B<COMP_rle()> and (when [all …]
|
| /minix3/external/bsd/bind/dist/lib/isc/ |
| H A D | app_api.c | 82 (*ctxp)->methods->ctxdestroy(ctxp); in isc_appctx_destroy() 94 return (ctx->methods->ctxstart(ctx)); in isc_app_ctxstart() 104 return (ctx->methods->ctxrun(ctx)); in isc_app_ctxrun() 117 return (ctx->methods->ctxonrun(ctx, mctx, task, action, arg)); in isc_app_ctxonrun() 127 return (ctx->methods->ctxsuspend(ctx)); in isc_app_ctxsuspend() 137 return (ctx->methods->ctxshutdown(ctx)); in isc_app_ctxshutdown() 147 ctx->methods->ctxfinish(ctx); in isc_app_ctxfinish() 158 ctx->methods->settaskmgr(ctx, taskmgr); in isc_appctx_settaskmgr() 169 ctx->methods->setsocketmgr(ctx, socketmgr); in isc_appctx_setsocketmgr() 180 ctx->methods->settimermgr(ctx, timermgr); in isc_appctx_settimermgr()
|
| H A D | socket_api.c | 98 (*managerp)->methods->destroy(managerp); in isc_socketmgr_destroy() 112 return (manager->methods->socketcreate(manager, pf, type, socketp)); in isc_socket_create() 123 sock->methods->attach(sock, socketp); in isc_socket_attach() 135 (*socketp)->methods->detach(socketp); in isc_socket_detach() 149 return (sock->methods->bind(sock, sockaddr, options)); in isc_socket_bind() 163 return (sock->methods->sendto(sock, region, task, action, arg, address, in isc_socket_sendto() 176 return (sock->methods->connect(sock, addr, task, action, arg)); in isc_socket_connect() 189 return (sock->methods->recv(sock, region, minimum, task, action, arg)); in isc_socket_recv() 199 sock->methods->cancel(sock, task, how); in isc_socket_cancel() 209 return (sock->methods->getsockname(sock, addressp)); in isc_socket_getsockname() [all …]
|
| /minix3/external/bsd/bind/dist/contrib/dlz/modules/perl/ |
| H A D | dlz_perl_callback_clientinfo.xs | 53 if (wantarray == G_VOID || ci->methods == NULL || 54 ci->methods->version - ci->methods->age < 58 ci->methods->sourceip(ci->clientinfo, &src);
|
| H A D | dlz_perl_driver.c | 330 dns_clientinfomethods_t *methods, in dlz_findzonedb() 342 UNUSED(methods); in dlz_findzonedb() 403 dns_clientinfomethods_t *methods, in dlz_lookup() 420 UNUSED(methods); in dlz_lookup() 429 opaque.methods = methods; in dlz_lookup() 521 const char *methods[] = { "new", "findzone", "lookup", NULL }; in missing_perl_method() local 524 while( methods[i] != NULL ) { in missing_perl_method() 526 perl_class_name, methods[i]); in missing_perl_method() 529 return methods[i]; in missing_perl_method()
|
| /minix3/external/bsd/bind/dist/contrib/dlz/example/ |
| H A D | dlz_example.c | 320 dns_clientinfomethods_t *methods, in dlz_findzonedb() argument 329 if (methods != NULL && in dlz_findzonedb() 330 methods->sourceip != NULL && in dlz_findzonedb() 331 methods->version - methods->age <= DNS_CLIENTINFOMETHODS_VERSION && in dlz_findzonedb() 332 DNS_CLIENTINFOMETHODS_VERSION <= methods->version) in dlz_findzonedb() 334 methods->sourceip(clientinfo, &src); in dlz_findzonedb() 384 dns_sdlzlookup_t *lookup, dns_clientinfomethods_t *methods, in dlz_lookup() argument 408 if (methods != NULL && in dlz_lookup() 409 methods->sourceip != NULL && in dlz_lookup() 410 (methods->version - methods->age <= in dlz_lookup() [all …]
|
| /minix3/external/bsd/bind/dist/bin/tests/system/dlzexternal/ |
| H A D | driver.c | 332 dns_clientinfomethods_t *methods, in dlz_findzonedb() argument 341 if (methods != NULL && in dlz_findzonedb() 342 methods->sourceip != NULL && in dlz_findzonedb() 343 methods->version - methods->age <= DNS_CLIENTINFOMETHODS_VERSION && in dlz_findzonedb() 344 DNS_CLIENTINFOMETHODS_VERSION <= methods->version) in dlz_findzonedb() 346 methods->sourceip(clientinfo, &src); in dlz_findzonedb() 406 dns_sdlzlookup_t *lookup, dns_clientinfomethods_t *methods, in dlz_lookup() argument 430 if (methods != NULL && in dlz_lookup() 431 methods->sourceip != NULL && in dlz_lookup() 432 (methods->version - methods->age <= in dlz_lookup() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
| H A D | protocol-implementation-inherited.m | 20 // protocol is inherited, and extended methods are implemented. 33 // Interface conforms to a protocol whose methods are provided by an 46 // Interface conforms to a protocol whose methods are provided by a base class.
|
| H A D | method-lookup-3.m | 31 Abstract *l = [a0 x]; // expected-warning {{multiple methods named 'x' found}} 35 Abstract *l = [a0 y]; // expected-warning {{multiple methods named 'y' found}} 39 Abstract *l = [a0 z]; // expected-warning {{multiple methods named 'z' found}} 72 (void) [x test4]; //expected-warning {{multiple methods named 'test4' found}}
|
| H A D | warn-strict-selector-match.m | 11 int main() { [(id)0 method]; } // expected-warning {{multiple methods named 'method' found}} 27 [obj2 setWindow:0]; // expected-warning {{multiple methods named 'setWindow:' found}} 56 …NTGridDataObject *result = [(id)0 initWithData:data]; // expected-warning {{multiple methods named…
|
| /minix3/external/bsd/llvm/dist/clang/test/ARCMT/ |
| H A D | checking.m | 231 - (Test8_complete*) init50; // expected-error {{init methods must return a type related to the rece… 232 - (Test8_complete*) init51; // expected-error {{init methods must return a type related to the rece… 233 - (Test8_complete*) init52; // expected-error {{init methods must return a type related to the rece… 234 - (Test8_complete*) init53; // expected-error {{init methods must return a type related to the rece… 235 - (Test8_complete*) init54; // expected-error {{init methods must return a type related to the rece… 236 - (Test8_complete*) init55; // expected-error {{init methods must return a type related to the rece… 253 - (Test8_incomplete*) init02 { return 0; } // expected-error {{init methods must return a type rela… 254 - (Test8_incomplete*) init12 { return 0; } // expected-error {{init methods must return a type rela… 255 - (Test8_incomplete*) init22 { return 0; } // expected-error {{init methods must return a type rela… 256 - (Test8_incomplete*) init32 { return 0; } // expected-error {{init methods must return a type rela… [all …]
|
| /minix3/external/bsd/bind/dist/lib/dns/include/dns/ |
| H A D | sdb.h | 65 dns_clientinfomethods_t *methods, 70 dns_clientinfomethods_t *methods, 109 dns_sdb_register(const char *drivername, const dns_sdbmethods_t *methods,
|
| H A D | dlz.h | 146 dns_clientinfomethods_t *methods, 211 const dns_dlzmethods_t *methods; member 271 dns_dlzregister(const char *drivername, const dns_dlzmethods_t *methods,
|
| H A D | sdlz.h | 158 dns_clientinfomethods_t *methods, 190 dns_clientinfomethods_t *methods, 308 dns_sdlzregister(const char *drivername, const dns_sdlzmethods_t *methods,
|
| /minix3/external/bsd/llvm/dist/clang/test/Rewriter/ |
| H A D | instancetype-test.mm | 46 // Test that message sends to instancetype methods have the right type. 48 // instancetype on class methods 52 // instancetype on instance methods 56 // instancetype on class methods using protocols 60 // instancetype on instance methods
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/ |
| H A D | warn-strict-selector-match.mm | 16 [r meth1:r]; // expected-warning {{multiple methods named 'meth1:' found}} 17 [r window]; // expected-warning {{multiple methods named 'window' found}}
|
| /minix3/external/bsd/llvm/dist/llvm/docs/ |
| H A D | HowToUseAttributes.rst | 21 uniqued. You use the ``Attribute::get`` methods to create a new ``Attribute`` 39 methods on the Attribute class. 51 Most methods on the ``AttributeSet`` class take an index parameter. 54 ``AttributeSet`` through the ``AttributeSet::get`` methods. You can add and 60 methods (e.g. ``Raw``, ``getRawPointer``, etc.). These methods break
|