Home
last modified time | relevance | path

Searched defs:n (Results 101 – 125 of 228) sorted by relevance

12345678910

/PHP-5.6/ext/dba/libcdb/
H A Dcdb.c49 unsigned int n; in cdb_match() local
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_internal.h433 #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 Dpcre_compile.c894 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 Dtestc.c154 static void n(char* pattern, char* str) in n() function
H A Dtestu.c200 static void n(char* pattern, char* str) in n() function
/PHP-5.6/ext/mbstring/oniguruma/win32/
H A Dtestc.c154 static void n(char* pattern, char* str) in n() function
/PHP-5.6/ext/hash/
H A Dhash.c161 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 Dcrypt.c139 static void php_to64(char *s, long v, int n) /* {{{ */ in php_to64()
H A Dphp_smart_str.h54 #define smart_str_alloc4(d, n, what, newlen) do { \ argument
75 #define smart_str_alloc(d, n, what) \ argument
H A Dpack.c386 char n = *v++; in PHP_FUNCTION() local
728 char n[256]; in PHP_FUNCTION() local
H A Dphp_crypt_r.c118 to64(char *s, int32_t v, int n) in to64()
H A Dversioning.c29 #define sign(n) ((n)<0?-1:((n)>0?1:0)) argument
/PHP-5.6/ext/mbstring/
H A Dmb_gpc.c201 int n, num, *len_list = NULL; in _php_mb_encoding_handler_ex() local
/PHP-5.6/ext/ereg/regex/
H A Dregex2.h50 #define OP(n) ((n)&OPRMASK) argument
51 #define OPND(n) ((n)&OPDMASK) argument
H A Dregcomp.c53 #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 Dmbfilter_sjis_mobile.c248 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 Dmbfilter_sjis_mac.c134 int i, j, n; in mbfl_filt_conv_sjis_mac_wchar() local
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_btree.c24 #define CHOOSE_BRANCH(n) \ argument
H A Dphpdbg_help.c209 int n; in PHPDBG_COMMAND() local
/PHP-5.6/ext/zip/lib/
H A Dzip_source_filep.c128 zip_uint64_t n; in read_file() local
/PHP-5.6/sapi/cgi/
H A Dfastcgi.c696 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 Dutf8.c97 OnigCodePoint n; in mbc_to_code() local
/PHP-5.6/Zend/
H A Dzend_stream.c158 size_t n; local
/PHP-5.6/main/
H A Dphp.h194 # 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 Dfpm_unix.c43 int n; in fpm_unix_resolve_socket_premissions() local

Completed in 234 milliseconds

12345678910