/PHP-5.6/Zend/ |
H A D | zend_ts_hash.h | 124 #define ZEND_TS_INIT_SYMTABLE_EX(ht, n, persistent) \ argument
|
H A D | zend_ini_scanner.c | 45 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } argument
|
H A D | zend_API.h | 673 #define SET_VAR_STRING(n, v) { \ argument 682 #define SET_VAR_STRINGL(n, v, l) { \ argument 691 #define SET_VAR_LONG(n, v) { \ argument 700 #define SET_VAR_DOUBLE(n, v) { \ argument
|
H A D | zend_strtod.c | 534 static char * nrv_alloc(char *s, char **rve, int n) in nrv_alloc() 831 int i, k1, n, n1; in lshift() local 1284 int n; in quorem() local
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | funcs.c | 327 #define OCTALIFY(n, o) \ argument
|
/PHP-5.6/ext/opcache/Optimizer/ |
H A D | block_pass.c | 504 zend_block_source *n = cs->next; in zend_rebuild_access_path() local 2100 zend_block_source *n = cs->next; in zend_block_optimization() local
|
/PHP-5.6/ext/soap/ |
H A D | php_http.c | 387 int n; in make_http_soap_request() local 817 int i, n; in make_http_soap_request() local
|
/PHP-5.6/ext/hash/ |
H A D | hash_md.c | 144 int n; in PHP_NAMED_FUNCTION() local 238 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
|
H A D | hash_sha.c | 128 int n; in PHP_FUNCTION() local 172 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
|
H A D | hash_haval.c | 139 #define ROTR(x,n) (((x) >> (n)) | ((x) << (32 - (n)))) argument
|
/PHP-5.6/main/streams/ |
H A D | filter.c | 257 int n; in php_stream_filter_create() local
|
H A D | transports.c | 63 int n = 0, failed = 0; in _php_stream_xport_create() local
|
/PHP-5.6/sapi/apache2filter/ |
H A D | apache_config.c | 123 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local
|
/PHP-5.6/ext/sockets/ |
H A D | sendrecvmsg.c | 277 n = 0; in PHP_FUNCTION() local
|
/PHP-5.6/sapi/apache2handler/ |
H A D | apache_config.c | 140 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gdft.c | 217 int i, n = 0; in gdTcl_UtfToUniChar() local 368 int n; local
|
/PHP-5.6/sapi/aolserver/ |
H A D | aolserver.c | 91 int n; in php_ns_sapi_ub_write() local
|
/PHP-5.6/ext/pdo_firebird/ |
H A D | firebird_statement.c | 327 ISC_INT64 n, f = scales[-var->sqlscale]; in firebird_stmt_get_col() local
|
/PHP-5.6/ext/openssl/ |
H A D | xp_ssl.c | 1675 int n; in php_openssl_enable_crypto() local 2015 int n; in php_openssl_sockop_close() local 2186 int n; in php_openssl_sockop_set_option() local
|
/PHP-5.6/ext/date/lib/ |
H A D | timelib_structs.h | 149 # define TIMELIB_LL_CONST(n) n ## i64 argument 153 # define TIMELIB_LL_CONST(n) n ## ll argument
|
H A D | parse_iso_intervals.c | 76 #define YYFILL(n) return EOI; argument
|
/PHP-5.6/ext/zip/ |
H A D | php_zip.c | 169 int n, len, ret; in php_zip_extract_file() local 539 int n; in php_zip_glob() local 1400 int n = 0; in PHP_NAMED_FUNCTION() local 2747 int n = 0; in php_zip_get_from() local
|
/PHP-5.6/ext/standard/ |
H A D | var_unserializer.c | 276 #define YYFILL(n) do { } while (0) argument
|
/PHP-5.6/ext/pdo_oci/ |
H A D | oci_statement.c | 383 size_t n; in oci_stmt_param_hook() local
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_enum_n_def.h | 312 #define IS_PRI_KEY(n) ((n) & PRI_KEY_FLAG) argument 313 #define IS_NOT_NULL(n) ((n) & NOT_NULL_FLAG) argument 314 #define IS_BLOB(n) ((n) & BLOB_FLAG) argument
|