Searched +refs:lookup +refs:lists (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dsdb.c76 ISC_LIST(dns_rdatalist_t) lists;
219 REQUIRE(methods->lookup != NULL || methods->lookup2 != NULL);
284 dns_sdb_putrdata(dns_sdblookup_t *lookup, dns_rdatatype_t typeval, argument
295 mctx = lookup->sdb->common.mctx;
297 rdatalist = ISC_LIST_HEAD(lookup->lists);
308 rdatalist->rdclass = lookup->sdb->common.rdclass;
314 ISC_LIST_APPEND(lookup->lists, rdatalist, link);
334 ISC_LIST_APPEND(lookup
344 dns_sdb_putrr(dns_sdblookup_t *lookup, const char *type, dns_ttl_t ttl, const char *data) argument
517 dns_sdb_putsoa(dns_sdblookup_t *lookup, const char *mname, const char *rname, isc_uint32_t serial) argument
[all...]
H A Dsdlz.c119 ISC_LIST(dns_rdatalist_t) lists;
280 if (ISC_LIST_EMPTY(sdlznode->lists))
282 sdlziterator->current = ISC_LIST_HEAD(sdlznode->lists);
480 ISC_LIST_INIT(node->lists);
512 while (!ISC_LIST_EMPTY(node->lists)) {
513 list = ISC_LIST_HEAD(node->lists);
519 ISC_LIST_UNLINK(node->lists, list, link);
598 /* try to lookup the host (namestr) */
599 result = sdlz->dlzimp->methods->lookup(zonestr, namestr,
604 * if the host (namestr) was not found, try to lookup
1746 dns_sdlz_putrr(dns_sdlzlookup_t *lookup, const char *type, dns_ttl_t ttl, const char *data) argument
1927 dns_sdlz_putsoa(dns_sdlzlookup_t *lookup, const char *mname, const char *rname, isc_uint32_t serial) argument
[all...]
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dvim.vim24 " To allow tag lookup via CTRL-] for autoload functions, '#' must be a
28 " Set 'comments' to format dashed lists in comments
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmonk.vim114 syn keyword monkFunc duplicate duplicate-strip file-check file-lookup get
115 syn keyword monkFunc insert list-lookup node-has-data? not-verify path?
184 " Non-quoted lists, and strings:
H A Dpine.vim263 syn keyword pineOption enable-partial-match-lists
276 syn keyword pineOption expanded-view-of-distribution-lists
320 syn keyword pineOption quell-user-lookup-in-passwd-file
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DDirectory.pm242 create lists named 'C<files>' containing files, 'C<dirs>' containing
268 it to lookup files and further sub-directories contained within.
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DDirectory.pm242 create lists named 'C<files>' containing files, 'C<dirs>' containing
268 it to lookup files and further sub-directories contained within.
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsyntax.c33 /* Make syntax table lookup grant data in gl_state. */
294 or after. On return global syntax data is good for lookup at CHARPOS. */
394 /* We optimize syntax-table lookup for rare updates. Thus we accept
2596 DEFUN ("scan-lists", Fscan_lists, Sscan_lists, 3, 3, 0,
2597 doc: /* Scan from character number FROM by COUNT lists.
3231 DEFVAR_BOOL ("parse-sexp-lookup-properties", &parse_sexp_lookup_properties,
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm869 my ($self, $lookup) = @_;
870 if (defined $lookup) {
871 $self->{ _typelookup } = $lookup;
872 $self->{ _typelookup_order } = [ sort { $lookup->{$a}->[0] <=> $lookup->{$b}->[0] } keys %{ $lookup } ];
1215 my $lookup = $self->{_typelookup};
1217 #for (sort {$lookup->{$a}->[0] <=> $lookup->{$b}->[0]} keys %$lookup) {
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm1156 my $lookup = $self->typelookup;
1157 for (sort {$lookup->{$a}->[0] <=> $lookup->{$b}->[0]} keys %$lookup) {
1158 my $method = $lookup->{$_}->[2];
1161 if $lookup->{$_}->[1]->($value);
3779 Gives the application access to the type-lookup table from the serializer object. See the section on L<SOAP::Serializer>.
4555 http://bumppo.net/lists/macperl-modules/1999/07/msg00047.html
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm1156 my $lookup = $self->typelookup();
1158 for (sort {$lookup->{$a}->[0] <=> $lookup->{$b}->[0]} keys %$lookup) {
1159 my $method = $lookup->{$_}->[2];
1162 if $lookup->{$_}->[1]->($value);
4117 Gives the application access to the type-lookup table from the serializer
5336 http://bumppo.net/lists/macperl-modules/1999/07/msg00047.html
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm2320 'has_a' is most commonly used to supply lookup information for a foreign
2533 call the lookup method on the Role object returned. As these methods are
2915 This is implemented using a simple object lookup index for all live
2929 Class::DBI will not maintain this lookup index, but give you a separate
3148 http://lists.digitalcraftsmen.net/mailman/listinfo/classdbi

Completed in 194 milliseconds