Searched refs:st_lookup (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10.1/ruby-106/ruby/
H A Dvariable.c58 st_lookup(RCLASS_IV_TBL(fc->track), (st_data_t)classpath, &n)) {
168 if (!st_lookup(RCLASS_IV_TBL(klass), (st_data_t)classpath, &n)) {
170 if (st_lookup(RCLASS_IV_TBL(klass), (st_data_t)classid, &n)) {
181 if (!st_lookup(RCLASS_IV_TBL(klass), (st_data_t)tmp_classpath, &n)) {
230 if (RCLASS_IV_TBL(klass) && st_lookup(RCLASS_IV_TBL(klass),
445 if (!st_lookup(rb_global_tbl, (st_data_t)id, &data)) {
720 if (!st_lookup(rb_global_tbl, (st_data_t)id, &data)) {
872 if (!st_lookup(rb_global_tbl, (st_data_t)name1, &data1)) {
910 if (!st_lookup(generic_iv_tbl, (st_data_t)obj, &tbl)) return 0;
920 if (st_lookup(generic_iv_tb
[all...]
H A Dmarshal.c414 if (st_lookup(arg->symbols, id, &num)) {
490 if (st_lookup(arg->compat_tbl, (st_data_t)obj, &real_obj)) {
556 else if (st_lookup(arg->arg->encodings, (st_data_t)rb_enc_name(enc), &name))
612 if (st_lookup(arg->data, obj, &num)) {
699 if (st_lookup(compat_allocator_tbl,
1258 if (!st_lookup(arg->symbols, num, &id)) {
1325 if (st_lookup(arg->compat_tbl, v, &real_obj)) {
1344 if (st_lookup(arg->compat_tbl, v, &data)) {
1348 if (st_lookup(compat_allocator_tbl, (st_data_t)allocator, &data)) {
1413 if (st_lookup(compat_allocator_tb
[all...]
H A Ddln.c652 if (st_lookup(sym_tbl, sym[1].n_un.n_name, &old_sym)) {
675 if (st_lookup(sym_tbl, sym->n_un.n_name, &old_sym) == 0) {
727 if (st_lookup(sym_tbl, sym->n_un.n_name, &new_sym) != 0
901 if (st_lookup(lib_tbl, key, &offset) == 0) return ST_CONTINUE;
1025 && st_lookup(undef_tbl, sym->n_un.n_name, NULL)) {
1083 if (st_lookup(sym_tbl, name, &sym))
H A Dload.c199 st_lookup(features_index, (st_data_t)short_feature_cstr, (st_data_t *)&this_feature_index);
397 st_lookup(features_index, (st_data_t)feature, (st_data_t *)&this_feature_index);
709 if (!loading_tbl || !st_lookup(loading_tbl, (st_data_t)ftptr, &data)) {
H A Dtranscode.c171 if (!st_lookup(transcoder_table, (st_data_t)sname, &val)) {
176 if (!st_lookup(table2, (st_data_t)dname, &val)) {
194 if (!st_lookup(transcoder_table, (st_data_t)sname, &val)) {
198 if (!st_lookup(table2, (st_data_t)dname, &val)) {
262 if (st_lookup(bfs->visited, (st_data_t)dname, &val)) {
306 if (!st_lookup(transcoder_table, (st_data_t)q->enc, &val)) {
312 if (st_lookup(table2, (st_data_t)dname, &val)) {
339 st_lookup(bfs.visited, (st_data_t)enc, &val);
348 st_lookup(bfs.visited, (st_data_t)enc, &val);
1792 if (!st_lookup(transcoder_tabl
[all...]
H A Derror.c1184 if (!st_lookup(syserr_tbl, n, &error)) {
1200 if (!st_lookup(syserr_tbl, n, &error)) {
1236 if (!NIL_P(error) && st_lookup(syserr_tbl, NUM2LONG(error), &data)) {
H A Dvm_method.c182 if (st_lookup(m_tbl, id, &body)) {
274 if (st_lookup(mtbl, mid, &data)) {
690 if (!st_lookup(RCLASS_M_TBL(klass), mid, &data) ||
H A Dregint.h140 #define onig_st_lookup st_lookup
162 #define st_lookup onig_st_lookup macro
H A Dhash.c574 if (!RHASH(hash)->ntbl || !st_lookup(RHASH(hash)->ntbl, key, &val)) {
585 if (!RHASH(hash)->ntbl || !st_lookup(RHASH(hash)->ntbl, key, &val)) {
639 if (!RHASH(hash)->ntbl || !st_lookup(RHASH(hash)->ntbl, key, &val)) {
1646 if (st_lookup(RHASH(hash)->ntbl, key, 0)) {
1700 if (!st_lookup(data->tbl, key, &val2)) {
H A Dparse.c16771 if (st_lookup(global_symbols.sym_id, str, &data))
16909 if (st_lookup(global_symbols.sym_id, str, &id))
16947 if (st_lookup(global_symbols.id_str, id, &data)) {
16970 if (st_lookup(global_symbols.id_str, id, &data)) {
17097 if (st_lookup(global_symbols.sym_id, (st_data_t)name, &id))
17112 if (st_lookup(global_symbols.sym_id, (st_data_t)localname, &id)) {
17136 if (st_lookup(global_symbols.sym_id, (st_data_t)name, &id))
17141 if (st_lookup(global_symbols.sym_id, (st_data_t)name, &id)) {
H A Dparse.y10275 if (st_lookup(global_symbols.sym_id, str, &data))
10413 if (st_lookup(global_symbols.sym_id, str, &id))
10451 if (st_lookup(global_symbols.id_str, id, &data)) {
10474 if (st_lookup(global_symbols.id_str, id, &data)) {
10601 if (st_lookup(global_symbols.sym_id, (st_data_t)name, &id))
10616 if (st_lookup(global_symbols.sym_id, (st_data_t)localname, &id)) {
10640 if (st_lookup(global_symbols.sym_id, (st_data_t)name, &id))
10645 if (st_lookup(global_symbols.sym_id, (st_data_t)name, &id)) {
H A Dgc.c1325 if (st_lookup(finalizer_table, obj, &data)) {
1356 if (st_lookup(finalizer_table, obj, &data)) {
3845 if (st_lookup(w->obj2wmap, (st_data_t)orig, &data)) {
3867 if (!st_lookup(w->wmap2obj, (st_data_t)wmap, &data)) return Qnil;
H A Dinsns.def1275 if (st_lookup(RHASH_TBL(hash), key, &val)) {
H A Diseq.c543 if (st_lookup(type_map, type, &iseq_type) == 0) {
1856 if (st_lookup(labels_table, pos, &label)) {
H A Dvm.c994 if (st_lookup(vm_opt_method_table, (st_data_t)me, &bop)) {
1027 if (st_lookup(RCLASS_M_TBL(klass), mid, (void *)&me) && me->def &&
H A Dclass.c996 if (!st_lookup(list, key, 0)) {
H A Dencoding.c566 if (st_lookup(enc_table.names, (st_data_t)name, &idx)) {
H A Dst.c409 st_lookup(st_table *table, register st_data_t key, st_data_t *value) function
H A Dthread.c2677 if (st_lookup(th->local_storage, id, &val)) {
2886 if (st_lookup(th->local_storage, id, 0)) {
3006 if (st_lookup(RHASH(locals)->ntbl, ID2SYM(rb_to_id(key)), 0)) {
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dst.h106 #define st_is_member(table,key) st_lookup((table),(key),(st_data_t *)0)
122 int st_lookup(st_table *, st_data_t, st_data_t *);
/macosx-10.10.1/ruby-106/ruby/ext/-test-/st/numhash/
H A Dnumhash.c30 if (st_lookup((st_table *)DATA_PTR(self), (st_data_t)key, &data))
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Dmkconstants.rb227 if (st_lookup(<%=hash_var%>, (st_data_t)val, &name))
/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dripper.c16861 if (st_lookup(global_symbols.sym_id, str, &data))
16999 if (st_lookup(global_symbols.sym_id, str, &id))
17037 if (st_lookup(global_symbols.id_str, id, &data)) {
17060 if (st_lookup(global_symbols.id_str, id, &data)) {
17187 if (st_lookup(global_symbols.sym_id, (st_data_t)name, &id))
17202 if (st_lookup(global_symbols.sym_id, (st_data_t)localname, &id)) {
17226 if (st_lookup(global_symbols.sym_id, (st_data_t)name, &id))
17231 if (st_lookup(global_symbols.sym_id, (st_data_t)name, &id)) {
H A Dripper.y10275 if (st_lookup(global_symbols.sym_id, str, &data))
10413 if (st_lookup(global_symbols.sym_id, str, &id))
10451 if (st_lookup(global_symbols.id_str, id, &data)) {
10474 if (st_lookup(global_symbols.id_str, id, &data)) {
10601 if (st_lookup(global_symbols.sym_id, (st_data_t)name, &id))
10616 if (st_lookup(global_symbols.sym_id, (st_data_t)localname, &id)) {
10640 if (st_lookup(global_symbols.sym_id, (st_data_t)name, &id))
10645 if (st_lookup(global_symbols.sym_id, (st_data_t)name, &id)) {
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dwin32.c688 ret = st_lookup(socklist, (st_data_t)sock, (st_data_t *)&data);
5534 if (st_lookup(conlist, (st_data_t)h, &data)) {
5558 if (!st_lookup(conlist, (st_data_t)h, &data)) return;

Completed in 418 milliseconds

12