Searched refs:VALUE (Results 1 - 25 of 433) sorted by relevance

1234567891011>>

/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlopen-LD_LIBRARY_PATH/
H A Dfoo.c27 return VALUE;
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dintern.h57 void rb_mem_clear(register VALUE*, register long);
58 VALUE rb_assoc_new(VALUE, VALUE);
59 VALUE rb_check_array_type(VALUE);
60 VALUE rb_ary_new(void);
61 VALUE rb_ary_new2(long);
62 VALUE rb_ary_new3(long,...);
63 VALUE rb_ary_new
[all...]
H A Dre.h48 VALUE str;
50 VALUE regexp; /* RRegexp */
56 VALUE rb_reg_regcomp(VALUE);
57 long rb_reg_search(VALUE, VALUE, long, int);
58 VALUE rb_reg_regsub(VALUE, VALUE, struct re_registers *, VALUE);
[all...]
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_x509.h17 extern VALUE mX509;
24 extern VALUE cX509Attr;
25 extern VALUE eX509AttrError;
27 VALUE ossl_x509attr_new(X509_ATTRIBUTE *);
28 X509_ATTRIBUTE *DupX509AttrPtr(VALUE);
34 extern VALUE cX509Cert;
35 extern VALUE eX509CertError;
37 VALUE ossl_x509_new(X509 *);
38 VALUE ossl_x509_new_from_file(VALUE);
[all...]
H A Dossl_asn1.h17 VALUE asn1time_to_time(ASN1_TIME *);
18 time_t time_to_time_t(VALUE);
23 VALUE asn1str_to_str(ASN1_STRING *);
28 VALUE asn1integer_to_num(ASN1_INTEGER *);
29 ASN1_INTEGER *num_to_asn1integer(VALUE, ASN1_INTEGER *);
34 extern VALUE mASN1;
35 extern VALUE eASN1Error;
37 extern VALUE cASN1Data;
38 extern VALUE cASN1Primitive;
39 extern VALUE cASN1Constructiv
[all...]
H A Dossl_ns_spki.h14 extern VALUE mNetscape;
15 extern VALUE cSPKI;
16 extern VALUE eSPKIError;
H A Dossl_cipher.h14 extern VALUE cCipher;
15 extern VALUE eCipherError;
17 const EVP_CIPHER *GetCipherPtr(VALUE);
18 VALUE ossl_cipher_new(const EVP_CIPHER *);
H A Dossl_digest.h14 extern VALUE cDigest;
15 extern VALUE eDigestError;
17 const EVP_MD *GetDigestPtr(VALUE);
18 VALUE ossl_digest_new(const EVP_MD *);
H A Dossl_ocsp.h16 extern VALUE mOCSP;
17 extern VALUE cOPCSReq;
18 extern VALUE cOPCSRes;
19 extern VALUE cOPCSBasicRes;
H A Dossl_pkcs7.h14 extern VALUE cPKCS7;
15 extern VALUE cPKCS7Signer;
16 extern VALUE cPKCS7Recipient;
17 extern VALUE ePKCS7Error;
H A Dossl_engine.h15 extern VALUE cEngine;
16 extern VALUE eEngineError;
H A Dossl_hmac.h14 extern VALUE cHMAC;
15 extern VALUE eHMACError;
H A Dossl_pkcs12.h9 extern VALUE cPKCS12;
10 extern VALUE ePKCS12Error;
H A Dossl_rand.h14 extern VALUE mRandom;
15 extern VALUE eRandomError;
H A Dossl_bio.h14 BIO *ossl_obj2bio(VALUE);
15 BIO *ossl_protect_obj2bio(VALUE,int*);
16 VALUE ossl_membio2str0(BIO*);
17 VALUE ossl_membio2str(BIO*);
18 VALUE ossl_protect_membio2str(BIO*,int*);
/macosx-10.10/dtrace-147/test/tst/common/preprocessor/
H A Derr.mulelse.d39 #define VALUE 5
41 #define VALUE 10
43 #define VALUE 15
45 #define VALUE 20
53 printf("The value is %d\n", VALUE);
H A Derr.D_IDENT_UNDEF.afterprobe.d46 printf("The value is %d\n", VALUE);
50 #define VALUE 5
H A Derr.D_PRAGCTL_INVAL.tabdefine.d38 #define VALUE 5
45 printf("The VALUE is %d\n", VALUE);
H A Derr.D_SYNTAX.withoutpound.d38 define VALUE 5
45 printf("The value is %d\n", VALUE);
/macosx-10.10/ruby-106/ruby/
H A Dinternal.h32 char conflict[sizeof(VALUE) * 3];
36 VALUE super;
39 VALUE origin;
40 VALUE refined_class;
57 VALUE rb_ary_last(int, VALUE *, VALUE);
58 void rb_ary_set_len(VALUE, long);
59 VALUE rb_ary_cat(VALUE, cons
[all...]
H A Dconstant.h21 VALUE value; /* should be mark */
22 VALUE file;
26 VALUE rb_mod_private_constant(int argc, VALUE *argv, VALUE obj);
27 VALUE rb_mod_public_constant(int argc, VALUE *argv, VALUE obj);
29 VALUE rb_public_const_get(VALUE klas
[all...]
/macosx-10.10/ruby-106/ruby/ext/json/generator/
H A Dgenerator.h53 static void convert_UTF8_to_JSON_ASCII(FBuffer *buffer, VALUE string);
54 static void convert_UTF8_to_JSON(FBuffer *buffer, VALUE string);
87 VALUE Vstate; \
97 static VALUE mHash_to_json(int argc, VALUE *argv, VALUE self);
98 static VALUE mArray_to_json(int argc, VALUE *argv, VALUE self);
99 static VALUE mFixnum_to_jso
[all...]
/macosx-10.10/ruby-106/ruby/ext/-test-/funcall/
H A Dpassing_block.c3 VALUE rb_funcall_passing_block(VALUE, ID, int, const VALUE*);
5 static VALUE
6 with_funcall2(int argc, VALUE *argv, VALUE self)
11 static VALUE
12 with_funcall_passing_block(int argc, VALUE *argv, VALUE self)
20 VALUE cRela
[all...]
/macosx-10.10/ruby-106/ruby/ext/-test-/method/
H A Darity.c3 static VALUE
4 obj_method_arity(VALUE self, VALUE obj, VALUE mid)
10 static VALUE
11 mod_method_arity(VALUE self, VALUE mod, VALUE mid)
18 Init_arity(VALUE mod)
/macosx-10.10/ruby-106/ruby/ext/psych/
H A Dpsych_to_ruby.c3 VALUE cPsychVisitorsToRuby;
9 static VALUE build_exception(VALUE self, VALUE klass, VALUE mesg)
11 VALUE e = rb_obj_alloc(klass);
22 static VALUE path2class(VALUE self, VALUE path)
33 VALUE psyc
[all...]

Completed in 160 milliseconds

1234567891011>>