Searched refs:lookup (Results 1 - 25 of 193) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509_d2.c67 X509_LOOKUP *lookup; local
69 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_file());
70 if (lookup == NULL) return(0);
71 X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
73 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_hash_dir());
74 if (lookup == NULL) return(0);
75 X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
86 X509_LOOKUP *lookup; local
90 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_file());
91 if (lookup
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_d2.c67 X509_LOOKUP *lookup; local
69 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_file());
70 if (lookup == NULL) return(0);
71 X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
73 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_hash_dir());
74 if (lookup == NULL) return(0);
75 X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
86 X509_LOOKUP *lookup; local
90 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_file());
91 if (lookup
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnmblookup.c3 NBT client - used to lookup netbios names
136 static BOOL query_one(const char *lookup, unsigned int lookup_type) argument
142 d_printf("querying %s on %s\n", lookup, inet_ntoa(bcast_addr));
143 ip_list = name_query(ServerFD,lookup,lookup_type,use_bcast,
153 lookup, inet_ntoa(*bcast));
154 ip_list = name_query(ServerFD,lookup,lookup_type,
173 d_printf("%s %s<%02x>\n",inet_ntoa(ip_list[j]),lookup, lookup_type);
180 do_node_status(ServerFD, lookup, lookup_type, ip_list[0]);
196 fstring lookup; local
211 { "lookup
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcoda_proc.h47 int lookup; member in struct:coda_vfs_stats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A DMakefile.am28 avahi_clientinclude_HEADERS = client.h lookup.h publish.h
50 publish.h lookup.h \
H A Dsrv-test.c30 #include <avahi-client/lookup.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit259 my $lookup = "$program" . '_SOURCES\s*=\s*(.*)';
260 substituteLine($lookup, "$program\_SOURCES=" . $sources{$program});
335 my $lookup = "$program\_OBJECTS.*=[^\n]*";
355 substituteLine ($lookup, $new);
362 my $lookup = '(\@\S+\@)?DEP_FILES\s*=([^\n]*)';
363 if ($MakefileData =~ /\n$lookup\n/o) {
382 substituteLine($lookup, $lines);
404 my $lookup = "install-exec-am:([^\n]*)";
405 if($MakefileData =~ /\n$lookup\n/) {
406 substituteLine("$lookup", "instal
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D10-tables.tex9 lookup table consiting of the following values (read left to right
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dcrl.c114 X509_LOOKUP *lookup = NULL; local
238 lookup=X509_STORE_add_lookup(store,X509_LOOKUP_file());
239 if (lookup == NULL) goto end;
240 if (!X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM))
241 X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
243 lookup=X509_STORE_add_lookup(store,X509_LOOKUP_hash_dir());
244 if (lookup == NULL) goto end;
245 if (!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM))
246 X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
H A Dverify.c88 X509_LOOKUP *lookup=NULL; local
181 lookup=X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_file());
182 if (lookup == NULL) abort();
184 i=X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM);
190 } else X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
192 lookup=X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_hash_dir());
193 if (lookup == NULL) abort();
195 i=X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM);
201 } else X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
346 printf("error %d at %d depth lookup
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dcrl.c114 X509_LOOKUP *lookup = NULL; local
238 lookup=X509_STORE_add_lookup(store,X509_LOOKUP_file());
239 if (lookup == NULL) goto end;
240 if (!X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM))
241 X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
243 lookup=X509_STORE_add_lookup(store,X509_LOOKUP_hash_dir());
244 if (lookup == NULL) goto end;
245 if (!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM))
246 X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
H A Dverify.c88 X509_LOOKUP *lookup=NULL; local
171 lookup=X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_file());
172 if (lookup == NULL) abort();
174 i=X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM);
180 } else X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
182 lookup=X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_hash_dir());
183 if (lookup == NULL) abort();
185 i=X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM);
191 } else X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
340 printf("error %d at %d depth lookup
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/tunala/
H A Dip.c85 struct hostent *lookup; local
103 if((lookup = gethostbyname(buf)) == NULL) {
104 /* Spit a message to differentiate between lookup failures and
106 fprintf(stderr, "hostname lookup for '%s' failed\n", buf);
109 ip = lookup->h_addr_list[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dip.c85 struct hostent *lookup; local
103 if((lookup = gethostbyname(buf)) == NULL) {
104 /* Spit a message to differentiate between lookup failures and
106 fprintf(stderr, "hostname lookup for '%s' failed\n", buf);
109 ip = lookup->h_addr_list[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dmdct.h66 extern void mdct_init(mdct_lookup *lookup,int n);
H A DMakefile.am13 lookup.c bitrate.c\
16 registry.h scales.h window.h lookup.h lookup_data.h\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-service-browser.h24 #include <avahi-client/lookup.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Ddict.c181 infof(data, "lookup word is missing");
235 infof(data, "lookup word is missing");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhash.c147 lookup (hash_table *htab, function
194 size_t idx = lookup (htab, key, keylen, compute_hashval (key, keylen));
253 lookup (htab, table[idx].key, table[idx].keylen,
272 size_t idx = lookup (htab, key, keylen, hval);
299 size_t idx = lookup (htab, key, keylen, hval);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/gnu/gettext/
H A DDumpResource.java80 private Object lookup (String key) { method in class:DumpResource
101 lookupMethod = catalog.getClass().getMethod("lookup", new Class[] { java.lang.String.class });
123 header_entry = lookup("");
160 Object value = lookup(key);
172 Object value = lookup(key);
182 dumpMessage(key,null,lookup(key));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dhash.c147 lookup (hash_table *htab, function
194 size_t idx = lookup (htab, key, keylen, compute_hashval (key, keylen));
253 lookup (htab, table[idx].key, table[idx].keylen,
272 size_t idx = lookup (htab, key, keylen, hval);
299 size_t idx = lookup (htab, key, keylen, hval);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dhash.c147 lookup (hash_table *htab, function
194 size_t idx = lookup (htab, key, keylen, compute_hashval (key, keylen));
253 lookup (htab, table[idx].key, table[idx].keylen,
272 size_t idx = lookup (htab, key, keylen, hval);
299 size_t idx = lookup (htab, key, keylen, hval);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/tests/
H A Dc-plus-plus-test.cc57 #include <avahi-core/lookup.h>
58 #include <avahi-core/multicast-lookup.h>
75 #include <avahi-client/lookup.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A DMakefile.am32 lookup.h
77 core.h lookup.h publish.h \
84 multicast-lookup.c multicast-lookup.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis_enc_data.h456 int lookup; member in struct:__anon590

Completed in 223 milliseconds

12345678