Home
last modified time | relevance | path

Searched defs:R (Results 1 – 10 of 10) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.y79 cmd ::= BEGIN trans_opt onconf(R). {sqliteBeginTransaction(pParse,R);} in onconf() argument
189 ccons ::= NOT NULL onconf(R). {sqliteAddNotNull(pParse, R);} in onconf() argument
190 ccons ::= PRIMARY KEY sortorder onconf(R). {sqliteAddPrimaryKey(pParse,0,R);} in onconf() argument
191 ccons ::= UNIQUE onconf(R). {sqliteCreateIndex(pParse,0,0,0,R,0,0);} in onconf() argument
H A Dvdbe.c2687 int R; in sqliteVdbeExec() local
/PHP-5.3/ext/hash/
H A Dphp_hash_whirlpool_tables.h24 #define R 10 macro
H A Dhash_salsa.c25 #define R(a,b) (((a) << (b)) | ((a) >> (32 - (b)))) macro
H A Dhash_gost.c38 #define R(key, h, i, t, l, r) \ macro
H A Dhash_ripemd.c154 static const unsigned char R[80] = { variable
/PHP-5.3/ext/standard/
H A Dcrypt_blowfish.c462 #define BF_ROUND(L, R, N) \ argument
481 #define BF_ROUND(L, R, N) \ argument
667 BF_word L, R; in BF_crypt() local
/PHP-5.3/sapi/apache_hooks/
H A Dphp_apache.c119 #define APREQ_GET_REQUEST(ZVAL, R) APREQ_GET_THIS(ZVAL); \ argument
/PHP-5.3/ext/gd/libgd/
H A Dgd.c320 float R, G, B; member
336 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
/PHP-5.3/ext/standard/tests/misc/
H A Dbrowscap.ini5441 Parent=Media Players
5442 Browser="Microsoft NetShow"

Completed in 222 milliseconds