Searched defs:table (Results 326 - 350 of 722) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Debnf-yac.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-util.el[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dfnmatch_loop.c340 const int32_t *table; local
H A Dhash.c148 hash_get_n_buckets(const Hash_table *table) argument
156 hash_get_n_buckets_used(const Hash_table *table) argument
164 hash_get_n_entries(const Hash_table *table) argument
172 hash_get_max_bucket_length(const Hash_table *table) argument
199 hash_table_ok(const Hash_table *table) argument
228 hash_print_statistics(const Hash_table *table, FILE *stream) argument
248 hash_lookup(const Hash_table *table, const void *entry) argument
277 hash_get_first(const Hash_table *table) argument
296 hash_get_next(const Hash_table *table, const void *entry) argument
324 hash_get_entries(const Hash_table *table, void **buffer, size_t buffer_size) argument
356 hash_do_for_each(const Hash_table *table, Hash_processor processor, void *processor_data) argument
482 check_tuning(Hash_table *table) argument
542 Hash_table *table; local
603 hash_clear(Hash_table *table) argument
646 hash_free(Hash_table *table) argument
703 allocate_entry(Hash_table *table) argument
728 free_entry(Hash_table *table, struct hash_entry *entry) argument
742 hash_find_entry(Hash_table *table, const void *entry, struct hash_entry **bucket_head, bool delete) argument
817 hash_rehash(Hash_table *table, size_t candidate) argument
906 hash_insert(Hash_table *table, const void *entry) argument
981 hash_delete(Hash_table *table, const void *entry) argument
1027 hash_print(const Hash_table *table) argument
[all...]
/macosx-10.10/gnutar-453/gnutar/rmt/
H A Drmt.c226 static struct name_value_pair const table[] = local
/macosx-10.10/hfs-285/hfs_japanese/hfs_japanese.kmodproj/
H A DJapaneseConverter.c1613 static inline UInt16 __CFLookupF86XSeq(const UniChar *characters, const UniChar *table, UInt32 size) { argument
/macosx-10.10/libmalloc-53.1.1/src/
H A Dstack_logging.c71 static int enter_pair_in_table(unsigned *table, unsigned numPages, unsigned *uniquedParent, unsigned thisPC) { argument
98 stack_logging_get_unique_stack(unsigned **table, unsigned *table_num_pages, unsigned *stack_entries, unsigned count, unsigned num_hot_to_skip) { argument
/macosx-10.10/libxml2-26/libxml2/
H A Dhash.c68 struct _xmlHashEntry *table; member in struct:_xmlHashTable
82 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, argument
112 xmlHashComputeQKey(xmlHashTablePtr table, argument
175 xmlHashTablePtr table; local
209 xmlHashTablePtr table; local
229 xmlHashGrow(xmlHashTablePtr table, int size) argument
320 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) argument
375 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) argument
392 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata) argument
411 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata, xmlHashDeallocator f) argument
431 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata, xmlHashDeallocator f) argument
447 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) argument
462 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2) argument
478 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name) argument
496 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2) argument
517 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata) argument
633 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata, xmlHashDeallocator f) argument
755 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3) argument
799 xmlHashQLookup3(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
845 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) argument
861 xmlHashScanFull(xmlHashTablePtr table, xmlHashScannerFull f, void *data) argument
912 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScanner f, void *data) argument
933 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScannerFull f, void *data) argument
975 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) argument
1014 xmlHashSize(xmlHashTablePtr table) argument
1032 xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, xmlHashDeallocator f) argument
1051 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, xmlHashDeallocator f) argument
1071 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) argument
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd.h139 RRTableElem **table; // hashtable for records with leases member in struct:__anon11112
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dcache.c65 static struct bucket *table = NULL; variable in typeref:struct:bucket
[all...]
/macosx-10.10/postfix-255/postfix/src/global/
H A Ddict_pgsql.c213 char *table; member in struct:__anon11736
/macosx-10.10/postfix-255/postfix/src/local/
H A Dlocal.c814 const char *table; local
/macosx-10.10/postfix-255/postfix/src/postscreen/
H A Dpostscreen_dnsbl.c151 PSC_CALL_BACK_ENTRY table[1]; /* actually a bunch */ member in struct:__anon11812
/macosx-10.10/postfix-255/postfix/src/proxymap/
H A Dproxymap.c706 const char *table; local
[all...]
/macosx-10.10/postfix-255/postfix/src/qmgr/
H A Dqmgr.c609 const char *table; local
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dhash.c52 struct _xmlHashEntry *table; member in struct:_xmlHashTable
63 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, argument
88 xmlHashComputeQKey(xmlHashTablePtr table, argument
146 xmlHashTablePtr table; local
177 xmlHashTablePtr table; local
197 xmlHashGrow(xmlHashTablePtr table, int size) argument
288 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) argument
343 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) argument
360 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata) argument
379 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata, xmlHashDeallocator f) argument
399 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata, xmlHashDeallocator f) argument
415 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) argument
430 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2) argument
446 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name) argument
464 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2) argument
485 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata) argument
601 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata, xmlHashDeallocator f) argument
723 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3) argument
767 xmlHashQLookup3(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
813 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) argument
829 xmlHashScanFull(xmlHashTablePtr table, xmlHashScannerFull f, void *data) argument
880 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScanner f, void *data) argument
901 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScannerFull f, void *data) argument
943 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) argument
982 xmlHashSize(xmlHashTablePtr table) argument
1000 xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, xmlHashDeallocator f) argument
1019 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, xmlHashDeallocator f) argument
1039 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) argument
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Dcsv.rb1338 def self.table(path, options = Hash.new) singleton method
[all...]
/macosx-10.10/swig-12/Source/DOH/
H A Dhash.c153 HashNode *n, *next, **table; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/pds/
H A Dtif_pdsdirwrite.c577 TIFFWriteShortTable(TIFF* tif, ttag_t tag, TIFFDirEntry* dir, uint32 n, uint16** table) argument
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_dirwrite.c901 TIFFWriteShortTable(TIFF* tif, ttag_t tag, TIFFDirEntry* dir, uint32 n, uint16** table) argument
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeNotify.c268 TreeItemList *table; local
/macosx-10.10/vim-55/src/
H A Dhangulin.c223 static char_u table[] = local
247 static char_u table[] = local
272 static char_u table[] = local
295 static char_u table[] = local
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Dgamegrid.el[all...]
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm215 sub table { subroutine
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Drbbitblb.cpp1093 RBBIStateTable *table = (RBBIStateTable *)where; local
[all...]

Completed in 457 milliseconds

<<11121314151617181920>>