Home
last modified time | relevance | path

Searched defs:b (Results 76 – 100 of 136) sorted by relevance

123456

/PHP-5.3/ext/fileinfo/libmagic/
H A Dcdf.c278 const char *b = (const char *)sst->sst_tab; in cdf_check_stream_offset() local
1074 #define DUMP(a, b) (void)fprintf(stderr, "%40.40s = " a "\n", # b, h->h_ ## b) in cdf_dump_header() argument
1075 #define DUMP2(a, b) (void)fprintf(stderr, "%40.40s = " a " (" a ")\n", # b, \ in cdf_dump_header() argument
H A Dreadelf.c1173 #define elf_getu(a, b) elf_getu32(a, b) in file_tryelf() argument
1179 #define elf_getu(a, b) elf_getu64(a, b) in file_tryelf() argument
/PHP-5.3/ext/gd/libgd/
H A Dgd_topal.c372 int b = GETJSAMPLE (ptr[2]) >> C2_SHIFT; local
1143 int r, g, b; local
1315 int r, g, b; local
H A Dgd.h410 #define gdTrueColor(r, g, b) (((r) << 16) + \ argument
418 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
/PHP-5.3/ext/date/lib/
H A Dparse_date.c40 # define strtoll(s, f, b) _atoi64(s) argument
43 # define strtoll(s, f, b) atoll(s) argument
45 # define strtoll(s, f, b) strtol(s, f, b) argument
/PHP-5.3/ext/pdo_mysql/
H A Dmysql_statement.c472 PDO_MYSQL_PARAM_BIND *b; in pdo_mysql_stmt_param_hook() local
/PHP-5.3/ext/standard/
H A Dhttp_fopen_wrapper.c434 int b = tmp_c + l - 1 - s2; in php_stream_url_wrap_http_ex() local
H A Dpack.c57 #define INC_OUTPUTPOS(a,b) \ argument
H A Dcrypt_freesec.c217 int i, j, b, k, inbit, obit; in _crypt_extended_init() local
H A Dfilestat.c813 char *b = strrchr(local, PHP_DIR_SEPARATOR); in php_stat() local
/PHP-5.3/ext/gd/
H A Dgd.c1423 int gdImageColorResolve(gdImagePtr im, int r, int g, int b) in gdImageColorResolve()
1474 int ind, body_size, n = 0, b, i, body_size_check; in PHP_FUNCTION() local
2710 int b; in _php_image_output() local
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
4821 long r,g,b,tmp; in php_image_filter_colorize() local
/PHP-5.3/Zend/
H A Dzend.h500 #define MAX(a, b) (((a)>(b))?(a):(b)) argument
501 #define MIN(a, b) (((a)<(b))?(a):(b)) argument
507 #define ZEND_LOG_XOR(a, b) (ZEND_TRUTH(a) ^ ZEND_TRUTH(b)) argument
548 # define LONGJMP(a,b) siglongjmp(a, b) argument
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvdbe.c1017 int a, b; in sqliteVdbeExec() local
1041 double a, b; in sqliteVdbeExec() local
1159 int a, b; in sqliteVdbeExec() local
H A DsqliteInt.h1119 # define sqliteCheckMemory(a,b) argument
1253 # define sqliteAuthRead(a,b,c) argument
1254 # define sqliteAuthCheck(a,b,c,d,e) SQLITE_OK argument
1255 # define sqliteAuthContextPush(a,b,c) argument
/PHP-5.3/ext/interbase/
H A Dibase_blobs.c543 unsigned short b; in PHP_FUNCTION() local
H A Dphp_ibase_includes.h190 #define max(a,b) ((a)>(b)?(a):(b)) argument
/PHP-5.3/main/streams/
H A Dstreams.c1324 int b; in _php_stream_passthru() local
2251 PHPAPI int php_stream_dirent_alphasort(const char **a, const char **b)
2259 PHPAPI int php_stream_dirent_alphasortr(const char **a, const char **b)
/PHP-5.3/sapi/litespeed/
H A Dlsapilib.c316 register char b; in verifyHeader() local
404 register char b; in swapIntEndian() local
433 register char b; in fixHeaderIndexEndian() local
/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/ext/hash/
H A Dhash_haval.c252 #define PHP_HASH_HAVAL_INIT(p,b) \ argument
/PHP-5.3/main/
H A Dphp_network.h46 # define ftruncate(a, b) chsize(a, b) argument
H A Dphp.h148 #define CREATE_MUTEX(a, b) argument
/PHP-5.3/ext/ereg/
H A Dereg.c204 #define regcomp(a, b, c) _php_regcomp(a, b, c) 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

Completed in 200 milliseconds

123456