/PHP-5.3/Zend/ |
H A D | zend_API.h | 525 #define ZVAL_BOOL(z, b) { \ argument 585 #define RETVAL_BOOL(b) ZVAL_BOOL(return_value, b) argument 597 #define RETURN_BOOL(b) { RETVAL_BOOL(b); return; } argument
|
H A D | zend_API.c | 1139 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b) /* {{{ */ in add_assoc_bool_ex() 1222 ZEND_API int add_index_bool(zval *arg, ulong index, int b) /* {{{ */ in add_index_bool() 1305 ZEND_API int add_next_index_bool(zval *arg, int b) /* {{{ */ in add_next_index_bool()
|
/PHP-5.3/win32/ |
H A D | glob.c | 364 Char *b, *eb; local
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_gif_in.c | 49 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
|
H A D | gd_gd2.c | 347 int b = chunkBuf[chunkPos++]; in gdImageCreateFromGd2Ctx() local
|
/PHP-5.3/ext/zip/lib/ |
H A D | zipint.h | 68 #define open(a, b, c) _open((a), (b)) argument
|
/PHP-5.3/ext/mysql/ |
H A D | php_mysql.c | 50 # define signal(a, b) NULL argument 53 # define signal(a, b) NULL argument
|
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | parse.c | 30 struct TrigEvent { int a; IdList * b; }; member
|
H A D | btree.c | 200 #define NKEY(b,h) (SWAB16(b,h.nKey) + h.nKeyHi*65536) argument 201 #define NDATA(b,h) (SWAB16(b,h.nData) + h.nDataHi*65536) argument
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 530 int b; in fpm_conf_set_array() local
|
/PHP-5.3/ext/hash/ |
H A D | hash.c | 608 #define PHP_HASH_HAVAL_REGISTER(p,b) php_hash_register_algo("haval" #b "," #p , &php_hash_##p##hava… argument
|
/PHP-5.3/main/ |
H A D | network.c | 396 static inline void sub_times(struct timeval a, struct timeval b, struct timeval *result)
|
H A D | SAPI.h | 182 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1 TSRMLS_CC) argument
|
/PHP-5.3/ext/exif/ |
H A D | exif.c | 95 # 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 1968 int i, ap, l, b, idx=0, unknown=0; in add_assoc_image_info() local
|
/PHP-5.3/ext/ftp/ |
H A D | ftp.c | 696 unsigned long b[6]; in ftp_pasv() local
|
/PHP-5.3/ |
H A D | run-tests.php | 900 function test_sort($a, $b)
|
/PHP-5.3/ext/wddx/ |
H A D | wddx.c | 65 #define php_wddx_deserialize(a,b) \ argument
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regint.h | 249 #define MIN(a,b) (((a)>(b))?(b):(a)) argument 250 #define MAX(a,b) (((a)<(b))?(b):(a)) argument
|
H A D | regcomp.c | 70 swap_node(Node* a, Node* b) in swap_node() 3838 is_equal_mml(MinMaxLen* a, MinMaxLen* b) in is_equal_mml() 4856 print_distance_range(FILE* f, OnigDistance a, OnigDistance b) in print_distance_range()
|
/PHP-5.3/ext/standard/ |
H A D | image.c | 203 char *b, *buf=NULL, *bufz=NULL; in php_handle_swc() local
|
H A D | array.c | 399 static int php_array_natural_general_compare(const void *a, const void *b, int fold_case) /* {{{ */ in php_array_natural_general_compare() 2772 Bucket *b; in PHP_FUNCTION() member
|
/PHP-5.3/ext/mcrypt/ |
H A D | mcrypt.c | 393 #define MCRYPT_ENTRY2_2_4(a,b) REGISTER_STRING_CONSTANT("MCRYPT_" #a, b, CONST_PERSISTENT) argument
|
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 524 apprentice_sort(const void *a, const void *b) in apprentice_sort()
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 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 11721 #define sqlite3FkOldmask(a,b) 0 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/sapi/apache_hooks/ |
H A D | mod_php5.c | 883 php_per_dir_config *b = (php_per_dir_config *) basev; in php_merge_dir() local
|