Searched refs:type_strcasehash (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dst.c69 static const struct st_hash_type type_strcasehash = { variable in typeref:struct:st_hash_type
298 return st_init_table(&type_strcasehash);
304 return st_init_table_with_size(&type_strcasehash, size);
366 else if (type == &type_strcasehash) {

Completed in 119 milliseconds