Searched defs:ac (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/ext/hash/ |
H A D | hash_md.c | 243 #define FF(a, b, c, d, x, s, ac) { \ argument 248 #define GG(a, b, c, d, x, s, ac) { \ argument 253 #define HH(a, b, c, d, x, s, ac) { \ argument 258 #define II(a, b, c, d, x, s, ac) { \ argument
|
/PHP-5.3/ext/standard/ |
H A D | assert.c | 246 int ac = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
|
H A D | string.c | 2808 int ac = ZEND_NUM_ARGS(); local 2920 int ac = ZEND_NUM_ARGS(); local 4837 int ac = ZEND_NUM_ARGS(); local
|
/PHP-5.3/ext/dba/ |
H A D | dba.c | 539 int ac = ZEND_NUM_ARGS(); in php_dba_update() local 610 int ac = ZEND_NUM_ARGS(); in php_dba_open() local
|
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | pager.c | 320 unsigned char ac[4]; in read32bits() local 338 unsigned char ac[4]; in write32bits() local 357 unsigned char *ac; in store32bits() local
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gd.c | 1130 double ac = cos (atan2 (dy, dx)); in gdImageLine() local
|
Completed in 35 milliseconds