Home
last modified time | relevance | path

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

123456789

/PHP-5.5/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
H A Dregerror.c330 int n, need, len; local
/PHP-5.5/ext/standard/
H A Dcrypt.c139 static void php_to64(char *s, long v, int n) /* {{{ */ in php_to64()
H A Dpack.c359 char n = *v++; in PHP_FUNCTION() local
666 char n[256]; in PHP_FUNCTION() local
H A Dphp_smart_str.h54 #define smart_str_alloc4(d, n, what, newlen) do { \ argument
74 #define smart_str_alloc(d, n, what) \ argument
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
H A Durl_scanner_ex.c101 #define YYFILL(n) goto done in PHP_INI_END() argument
243 #define YYFILL(n) goto stop argument
/PHP-5.5/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.5/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.5/ext/zip/lib/
H A Dzip_source_filep.c128 int i, n; in read_file() local
/PHP-5.5/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.5/ext/mbstring/oniguruma/enc/
H A Dutf8.c97 OnigCodePoint n; in mbc_to_code() local
H A Deuc_jp.c63 OnigCodePoint n; in mbc_to_code() local
H A Dsjis.c99 OnigCodePoint n; in mbc_to_code() local
/PHP-5.5/Zend/
H A Dzend_stream.c158 size_t n; local
/PHP-5.5/main/
H A Dphp.h191 # define memcpy(d, s, n) bcopy((s), (d), (n)) argument
194 # define memmove(d, s, n) bcopy ((s), (d), (n)) argument
/PHP-5.5/ext/pcre/pcrelib/
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
8618 int n = GET2(scode, 1+LINK_SIZE); in is_anchored() local
8737 int n = GET2(scode, 1+LINK_SIZE); in is_startline() local
/PHP-5.5/ext/mcrypt/
H A Dmcrypt_filter.c63 int chunklen = bucket->buflen + data->block_used, n; in php_mcrypt_filter() local
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c158 int n; in php_apache_sapi_read_post() local
366 apr_size_t n; in php_input_filter() local
/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer.c295 zend_op *m, *n; in replace_tmp_by_const() local
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c324 int n = count; in lsapi_writev() local
392 static int allocateIovec( LSAPI_Request * pReq, int n ) in allocateIovec()
694 int n = snprintf(achError, 1024, "%s:%s: %s\n", pErr1, (pErr2)?pErr2:"", strerror( errno ) ); in LSAPI_perror_r() local
1654 int n = 0 ; in gsendfile() local
1738 int n; in LSAPI_Flush_r() local
2071 int n, LSAPI_CB_EnvHandler fn, void * arg ) in EnvForeach()
3156 int n; in LSAPI_Init_Env_Parameters() local

Completed in 106 milliseconds

123456789