Home
last modified time | relevance | path

Searched defs:a (Results 101 – 125 of 145) sorted by relevance

123456

/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.h11 #define PM2STR(a) (a == PM_STYLE_STATIC ? "static" : (a == PM_STYLE_DYNAMIC ? "dynamic" : "ondemand… argument
/PHP-5.3/ext/mcrypt/
H A Dmcrypt.c393 #define MCRYPT_ENTRY2_2_4(a,b) REGISTER_STRING_CONSTANT("MCRYPT_" #a, b, CONST_PERSISTENT) argument
394 #define MCRYPT_ENTRY2_4(a) MCRYPT_ENTRY_NAMED(a, a) argument
/PHP-5.3/ext/ereg/regex/
H A Dregcomp.c48 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b)) argument
50 #define EATTWO(a, b) ((SEETWO(a, b)) ? (NEXT2(), 1) : 0) argument
/PHP-5.3/main/
H A Dphp_network.h46 # define ftruncate(a, b) chsize(a, b) argument
H A Dnetwork.c396 static inline void sub_times(struct timeval a, struct timeval b, struct timeval *result)
H A DSAPI.h182 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1 TSRMLS_CC) argument
/PHP-5.3/ext/gd/
H A Dgd.c1466 #define FLIPWORD(a) (((a & 0xff000000) >> 24) | ((a & 0x00ff0000) >> 8) | ((a & 0x0000ff00) << 8) |… argument
4388 #define max(a, b) (a > b ? a : b) in PHP_FUNCTION() argument
4389 #define min(a, b) (a < b ? a : b) in PHP_FUNCTION() argument
4390 #define new_x(a, b) (int) ((a) * cos_a - (b) * sin_a) in PHP_FUNCTION() argument
4391 #define new_y(a, b) (int) ((a) * sin_a + (b) * cos_a) in PHP_FUNCTION() argument
4822 long a = 0; in php_image_filter_colorize() local
/PHP-5.3/Zend/
H A Dzend_hash.c72 #define IS_CONSISTENT(a) _zend_is_inconsistent(a, __FILE__, __LINE__); argument
75 #define IS_CONSISTENT(a) argument
H A Dzend_ini.c146 static int ini_key_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in ini_key_compare()
/PHP-5.3/ext/date/lib/
H A Dparse_iso_intervals.c107 #define HOUR(a) (int)(a * 60) argument
/PHP-5.3/ext/mysqli/
H A Dmysqli_nonapi.c35 #define SAFE_STR(a) ((a)?a:"") argument
/PHP-5.3/
H A Dserver-tests.php729 function test_sort($a, $b) {
/PHP-5.3/ext/gmp/
H A Dgmp.c495 #define gmp_zval_binary_ui_op(r, a, b, o, u) gmp_zval_binary_ui_op_ex(r, a, b, o, u, 0, 0, 0 TSRMLS… argument
496 #define gmp_zval_binary_ui_op2(r, a, b, o, u) gmp_zval_binary_ui_op2_ex(r, a, b, o, u, 0, 0, 0 TSRM… argument
/PHP-5.3/ext/standard/
H A Dfilters.c328 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
329 #define php_conv_dtor(a) ((php_conv *)a)->dtor((a)) argument
631 #define bmask(a) (0xffff >> (16 - a)) argument
H A Dinfo.c643 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) in module_name_cmp()
/PHP-5.3/ext/gd/libgd/
H A Dgd_gif_in.c49 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
H A Dgd_gd2.c344 int a = chunkBuf[chunkPos++] << 24; in gdImageCreateFromGd2Ctx() local
H A Dgd.h418 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
/PHP-5.3/ext/zip/lib/
H A Dzipint.h68 #define open(a, b, c) _open((a), (b)) argument
/PHP-5.3/sapi/cli/
H A Dphp_cli.c179 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) /* {{{ */ in module_name_cmp()
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c50 # define signal(a, b) NULL argument
53 # define signal(a, b) NULL argument
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.c30 struct TrigEvent { int a; IdList * b; }; member
/PHP-5.3/ext/session/
H A Dphp_session.h55 #define PS_SET_MOD_DATA(a) *mod_data = (a) argument
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c10408 } *a; member
11474 # define sqlite3AuthRead(a,b,c,d) argument
11476 # define sqlite3AuthContextPush(a,b,c) argument
11718 #define sqlite3FkActions(a,b,c,d) argument
11719 #define sqlite3FkCheck(a,b,c,d) argument
11720 #define sqlite3FkDropTable(a,b,c) argument
11727 #define sqlite3FkDelete(a,b) argument
20751 register unsigned char *a, *b; in sqlite3StrICmp() local
20758 register unsigned char *a, *b; in sqlite3_strnicmp() local
21194 u32 a,b,s; in sqlite3GetVarint() local
[all …]
/PHP-5.3/ext/exif/
H A Dexif.c95 # define safe_emalloc(a,b,c) emalloc((a)*(b)+(c)) argument
98 # define safe_erealloc(p,a,b,c) erealloc(p, (a)*(b)+(c)) argument
107 # define max(a,b) ((a)>(b) ? (a) : (b)) argument
2641 int a; in exif_process_user_comment() local

Completed in 441 milliseconds

123456