Searched refs:oName (Results 1 – 1 of 1) sorted by relevance
/external/clearsilver/ruby/ext/hdf/ |
D | neo_util.c | 90 static VALUE h_get_attr (VALUE self, VALUE oName) in h_get_attr() argument 99 name = STR2CSTR(oName); in h_get_attr() 113 static VALUE h_set_attr(VALUE self, VALUE oName, VALUE oKey, VALUE oValue) in h_set_attr() argument 121 name = STR2CSTR(oName); in h_set_attr() 134 static VALUE h_set_value (VALUE self, VALUE oName, VALUE oValue) in h_set_value() argument 142 if ( TYPE(oName) == T_STRING ) in h_set_value() 143 name=STR2CSTR(oName); in h_set_value() 145 name=STR2CSTR(rb_funcall(oName,id_to_s,0)); in h_set_value() 159 static VALUE h_get_int_value (VALUE self, VALUE oName, VALUE oDefault) in h_get_int_value() argument 168 name=STR2CSTR(oName); in h_get_int_value() [all …]
|