/PHP-5.6/ext/dba/libcdb/ |
H A D | cdb.c | 49 unsigned int n; in cdb_match() local
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_internal.h | 433 #define PUT(a,n,d) \ argument 437 #define GET(a,n) \ argument 450 #define GET(a,n) \ argument 464 #define GET(a,n) \ argument 482 #define PUT(a,n,d) \ argument 485 #define GET(a,n) \ argument 500 #define GET(a,n) \ argument 520 #define GET(a,n) \ argument 551 #define GET2(a,n) \ argument 561 #define GET2(a,n) \ argument [all …]
|
H A D | pcre_compile.c | 894 find_error_text(int n) in find_error_text() 2107 int n = (int)GET2(code, 1+LINK_SIZE); in PRIV() local 3377 int n; in compare_opcodes() local 4371 int n = 0; in add_list_to_class() local 7040 int n = 0; in compile_branch() local 8623 int n = GET2(scode, 1+LINK_SIZE); in is_anchored() local 8742 int n = GET2(scode, 1+LINK_SIZE); in is_startline() local
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | testc.c | 154 static void n(char* pattern, char* str) in n() function
|
H A D | testu.c | 200 static void n(char* pattern, char* str) in n() function
|
/PHP-5.6/ext/mbstring/oniguruma/win32/ |
H A D | testc.c | 154 static void n(char* pattern, char* str) in n() function
|
/PHP-5.6/ext/hash/ |
H A D | hash.c | 161 int n; in php_hash_do_hash() local 282 int n; in php_hash_do_hash_hmac() local 440 long n, toread = 1024; in PHP_FUNCTION() local 468 int filename_len, n; in PHP_FUNCTION() local
|
/PHP-5.6/ext/standard/ |
H A D | crypt.c | 139 static void php_to64(char *s, long v, int n) /* {{{ */ in php_to64()
|
H A D | php_smart_str.h | 54 #define smart_str_alloc4(d, n, what, newlen) do { \ argument 75 #define smart_str_alloc(d, n, what) \ argument
|
H A D | pack.c | 386 char n = *v++; in PHP_FUNCTION() local 728 char n[256]; in PHP_FUNCTION() local
|
H A D | php_crypt_r.c | 118 to64(char *s, int32_t v, int n) in to64()
|
H A D | versioning.c | 29 #define sign(n) ((n)<0?-1:((n)>0?1:0)) argument
|
/PHP-5.6/ext/mbstring/ |
H A D | mb_gpc.c | 201 int n, num, *len_list = NULL; in _php_mb_encoding_handler_ex() local
|
/PHP-5.6/ext/ereg/regex/ |
H A D | regex2.h | 50 #define OP(n) ((n)&OPRMASK) argument 51 #define OPND(n) ((n)&OPDMASK) argument
|
H A D | regcomp.c | 53 #define NEXTn(n) (p->next += (n)) argument 67 #define DROP(n) (p->slen -= (n)) argument 930 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) argument 1147 register int n = 0; local
|
/PHP-5.6/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_sjis_mobile.c | 248 mbfilter_conv_map_tbl(int c, int *w, const unsigned short map[][3], int n) in mbfilter_conv_map_tbl() 263 mbfilter_conv_r_map_tbl(int c, int *w, const unsigned short map[][3], int n) in mbfilter_conv_r_map_tbl()
|
H A D | mbfilter_sjis_mac.c | 134 int i, j, n; in mbfl_filt_conv_sjis_mac_wchar() local
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_btree.c | 24 #define CHOOSE_BRANCH(n) \ argument
|
H A D | phpdbg_help.c | 209 int n; in PHPDBG_COMMAND() local
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_source_filep.c | 128 zip_uint64_t n; in read_file() local
|
/PHP-5.6/sapi/cgi/ |
H A D | fastcgi.c | 696 int n; in fcgi_listen() local 777 size_t n = 0; in safe_write() local 805 size_t n = 0; in safe_read() local 1046 int ret, n, rest; in fcgi_read() local 1198 int n = 0; local
|
/PHP-5.6/ext/mbstring/oniguruma/enc/ |
H A D | utf8.c | 97 OnigCodePoint n; in mbc_to_code() local
|
/PHP-5.6/Zend/ |
H A D | zend_stream.c | 158 size_t n; local
|
/PHP-5.6/main/ |
H A D | php.h | 194 # define memcpy(d, s, n) bcopy((s), (d), (n)) argument 197 # define memmove(d, s, n) bcopy ((s), (d), (n)) argument
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_unix.c | 43 int n; in fpm_unix_resolve_socket_premissions() local
|