/PHP-5.6/ext/opcache/ |
H A D | ZendAccelerator.c | 1277 int n = 1; in zend_accel_get_auto_globals() local 1302 int n = 1; in zend_accel_set_auto_globals() local
|
H A D | ZendAccelerator.h | 370 # define interned_estrndup(s, n) \ argument 390 # define interned_estrndup(s, n) estrndup(s, n) argument
|
/PHP-5.6/ext/curl/ |
H A D | interface.c | 98 static void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock() 510 size_t n = 0; in PHP_INI_BEGIN() local
|
/PHP-5.6/ext/soap/ |
H A D | php_encoding.c | 697 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_string() local 731 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_stringr() local 765 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_stringc() local 893 int n = xmlCharEncInFunc(SOAP_GLOBAL(encoding), out, in); in to_xml_string() local
|
/PHP-5.6/sapi/cli/ |
H A D | php_cli_server.c | 924 struct socket_entry *n = entries, *m; in php_cli_server_poller_iter_on_active() local 1598 char *n = p; in normalize_vpath() local 1605 char *n = p; in normalize_vpath() local 2521 int n = php_cli_server_poller_poll(&server->poller, &tv); in php_cli_server_do_event_loop() local
|
/PHP-5.6/main/streams/ |
H A D | xp_socket.c | 179 int n; in php_sockop_close() local
|
H A D | plain_wrapper.c | 1211 int n = 0; in php_plain_files_mkdir() local
|
/PHP-5.6/ext/standard/ |
H A D | formatted_print.c | 314 int width, char padding, int alignment, int n, in php_sprintf_append2n()
|
H A D | filestat.c | 928 int groups, n, i; in php_stat() local
|
H A D | ftp_fopen_wrapper.c | 842 int n; in php_stream_ftp_url_stat() local
|
/PHP-5.6/ext/calendar/ |
H A D | calendar.c | 517 static char *heb_number_to_chars(int n, int fl, char **ret) in heb_number_to_chars()
|
/PHP-5.6/Zend/ |
H A D | zend_hash.c | 80 #define SET_INCONSISTENT(n) ht->inconsistent = n; argument 83 #define SET_INCONSISTENT(n) argument
|
H A D | zend_language_scanner.l | 54 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } argument
|
H A D | zend_compile.h | 417 #define EX_TMP_VAR(ex, n) ((temp_variable*)(((char*)(ex)) + ((int)(n)))) argument 418 #define EX_TMP_VAR_NUM(ex, n) (EX_TMP_VAR(ex, 0) - (1 + (n))) argument 420 #define EX_CV_NUM(ex, n) (((zval***)(((char*)(ex))+ZEND_MM_ALIGNED_SIZE(sizeof(zend_execute_d… argument
|
H A D | zend_operators.h | 306 static inline const void *zend_memrchr(const void *s, int c, size_t n) in zend_memrchr()
|
H A D | zend_language_scanner.c | 56 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } argument
|
H A D | zend_hash.h | 312 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() argument
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 1489 int fd, n; in fpm_conf_load_ini_file() local
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 79 #define OFFSET_OOB(n, o, i) ((n) < (o) || (i) > ((n) - (o))) argument
|
/PHP-5.6/ext/mbstring/ucgendat/ |
H A D | ucgendat.c | 742 ac_uint4 n; in make_number() local
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 64 #define mysql_kill(r,n) mysqlnd_kill((r), (n)) argument
|
/PHP-5.6/ext/phar/ |
H A D | func_interceptors.c | 463 int groups, n, i; in phar_fancy_stat() local
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 12121 #define MASKBIT(n) (((Bitmask)1)<<(n)) argument 12122 #define MASKBIT32(n) (((unsigned int)1)<<(n)) argument 14447 int i, n; in sqlite3_compileoption_used() local 15879 int n; in parseModifier() local 16218 u64 n; in strftimeFunc() local 17238 static int sqlite3MemRoundup(int n){ in sqlite3MemRoundup() 17518 static int sqlite3MemRoundup(int n){ in sqlite3MemRoundup() 17762 unsigned int n = sqlite3Strlen30(zTitle) + 1; in sqlite3MemdebugSettitle() local 18326 static int memsys3Roundup(int n){ in memsys3Roundup() 18948 static int memsys5Roundup(int n){ in memsys5Roundup() [all …]
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gd.c | 1630 long lsqrt (long n) in lsqrt() 2586 void gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImagePolygon() 2635 void gdImageFilledPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageFilledPolygon()
|
/PHP-5.6/ext/dom/ |
H A D | node.c | 1433 xmlNode *n, *node; in PHP_FUNCTION() local
|