Searched +defs:table +defs:string (Results 26 - 50 of 199) sorted by relevance

12345678

/macosx-10.10/postfix-255/postfix/src/util/
H A Dattr_scan_plain.c272 VSTRING *string; local
488 HTABLE *table = htable_create(1); local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Debnf-ebx.el[all...]
H A Dcc-awk.el[all...]
H A Dpython.el[all...]
H A Debnf-dtd.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dorg.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Drfc2047.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dsubr.el[all...]
H A Dcompletion.el[all...]
H A Dhippie-exp.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Dmailabbrev.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dhilit19.el[all...]
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOMedia.cpp111 bool IOMedia::matchPropertyTable(OSDictionary * table, SInt32 * score) argument
1117 OSString * string; local
1134 OSString * string; local
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DAtomicString.cpp157 static bool equal(StringImpl* const& string, const HashAndCharacters<CharacterType>& buffer) argument
183 static bool equal(StringImpl* const& string, const HashAndUTF8Characters& buffer) argument
299 equal(StringImpl* const& string, const SubstringLocation& buffer) argument
311 equal(StringImpl* const& string, const SubstringLocation& buffer) argument
399 addSlowCase(StringImpl& string) argument
417 addSlowCase(AtomicStringTable& stringTable, StringImpl& string) argument
460 remove(StringImpl* string) argument
525 findSlowCase(StringImpl& string) argument
570 auto& table = stringTable(); local
582 auto& table = stringTable(); local
592 isInAtomicStringTable(StringImpl* string) argument
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dhash.c359 bfd_hash_table_init_n(struct bfd_hash_table *table, struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, struct bfd_hash_table *, const char *), unsigned int entsize, unsigned int size) argument
394 bfd_hash_table_init(struct bfd_hash_table *table, struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, struct bfd_hash_table *, const char *), unsigned int entsize) argument
407 bfd_hash_table_free(struct bfd_hash_table *table) argument
416 bfd_hash_lookup(struct bfd_hash_table *table, const char *string, bfd_boolean create, bfd_boolean copy) argument
519 bfd_hash_replace(struct bfd_hash_table *table, struct bfd_hash_entry *old, struct bfd_hash_entry *nw) argument
544 bfd_hash_allocate(struct bfd_hash_table *table, unsigned int size) argument
558 bfd_hash_newfunc(struct bfd_hash_entry *entry, struct bfd_hash_table *table, const char *string ATTRIBUTE_UNUSED) argument
570 bfd_hash_traverse(struct bfd_hash_table *table, bfd_boolean (*func) (struct bfd_hash_entry *, void *), void * info) argument
634 struct bfd_hash_table table; member in struct:bfd_strtab_hash
649 strtab_hash_newfunc(struct bfd_hash_entry *entry, struct bfd_hash_table *table, const char *string) argument
687 struct bfd_strtab_hash *table; local
727 _bfd_stringtab_free(struct bfd_strtab_hash *table) argument
[all...]
H A Dmerge.c60 struct bfd_hash_table table; member in struct:sec_merge_hash
103 sec_merge_hash_newfunc(struct bfd_hash_entry *entry, struct bfd_hash_table *table, const char *string) argument
133 sec_merge_hash_lookup(struct sec_merge_hash *table, const char *string, unsigned int alignment, bfd_boolean create) argument
239 struct sec_merge_hash *table; local
[all...]
H A Dstabs.c118 stab_link_includes_newfunc(struct bfd_hash_entry *entry, struct bfd_hash_table *table, const char *string) argument
247 const char *string; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/language/
H A Dthai-util.el[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dfnmatch_loop.c28 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end, argument
340 const int32_t *table; local
1016 EXT(INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end, bool no_leading_period, int flags) argument
[all...]
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
393 hash_string(const char *string, size_t n_buckets) argument
419 hash_string(const char *string, size_t n_buckets) 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.c87 report_error_message (const char *string) argument
123 free_string (char *string) argument
129 get_string_n (char *string) argument
148 get_long(char const *string) argument
226 static struct name_value_pair const table[] = local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dlisp-mode.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dccl.el[all...]
H A Dmule.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-aent.el[all...]

Completed in 402 milliseconds

12345678