Home
last modified time | relevance | path

Searched defs:n (Results 126 – 150 of 228) sorted by relevance

12345678910

/PHP-5.6/ext/mcrypt/
H A Dmcrypt_filter.c63 int chunklen = bucket->buflen + data->block_used, n; in php_mcrypt_filter() local
/PHP-5.6/ext/standard/
H A Durl_scanner_ex.c101 #define YYFILL(n) goto done in PHP_INI_END() argument
269 #define YYFILL(n) goto stop argument
H A Dexec.c449 int k = 0, n = y - 1; in php_escape_shell_arg() local
H A Dpassword.c136 int fd, n; in php_password_make_salt() local
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregerror.c330 int n, need, len; local
H A Dst.c55 #define Calloc(n,s) (char*)xcalloc((n),(s)) argument
574 numhash(n) in numhash() argument
/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Deuc_jp.c63 OnigCodePoint n; in mbc_to_code() local
H A Dsjis.c99 OnigCodePoint n; in mbc_to_code() local
H A Dunicode.c8528 int n; member
8543 int n; member
11161 int n, i, j, k, len; local
/PHP-5.6/ext/bcmath/libbcmath/src/
H A Drecmul.c187 int n, prodlen, m1zero; in _bc_rec_mul() local
/PHP-5.6/ext/interbase/
H A Dibase_query.c207 unsigned short i, n; in _php_ibase_alloc_array() local
533 unsigned short n; in _php_ibase_bind_array() local
1316 long n; in _php_ibase_var_zval() local
1340 ISC_INT64 n = *(ISC_INT64 *) data, f = scales[-scale]; in _php_ibase_var_zval() local
/PHP-5.6/ext/mbstring/
H A Dphp_unicode.c62 static int prop_lookup(unsigned long code, unsigned long n) in prop_lookup()
/PHP-5.6/ext/gd/libgd/
H A Dgd_interpolation.c1179 const long n = gd_fxtoi(f_b); in gdImageScaleNearestNeighbour() local
1190 const long n = gd_fxtoi(f_b); in gdImageScaleNearestNeighbour() local
1293 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearPalette() local
1385 const gdFixed n = gd_fxtoi(f_b); in gdImageScaleBilinearTC() local
1495 const long n = gd_fxtoi(f_b); in gdImageScaleBicubicFixed() local
1748 long n = gd_fxtoi(f_n); in gdImageRotateNearestNeighbour() local
1810 long n = gd_fxtoi(f_n); in gdImageRotateGeneric() local
1864 const unsigned int n = gd_fxtoi(f_n); in gdImageRotateBilinear() local
1984 const int n = gd_fxtoi(f_n); in gdImageRotateBicubicFixed() local
H A Dgd_webp.c71 size_t size = 0, n; in gdImageCreateFromWebpCtx() local
/PHP-5.6/ext/mysqli/
H A Dmysqli_warning.c42 MYSQLI_WARNING *n; in php_clear_warnings() local
/PHP-5.6/ext/zip/
H A Dzip_stream.c48 ssize_t n = 0; in php_zip_ops_read() local
/PHP-5.6/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c300 int n; in mbfl_memory_device_devcat() local
/PHP-5.6/sapi/litespeed/
H A Dlsapilib.c324 int n = count; in lsapi_writev() local
392 static int allocateIovec( LSAPI_Request * pReq, int n ) in allocateIovec()
728 int n = snprintf(achError, 1024, "%s:%s: %s\n", pErr1, (pErr2)?pErr2:"", strerror( errno ) ); in LSAPI_perror_r() local
1709 int n = 0 ; in gsendfile() local
1793 int n; in LSAPI_Flush_r() local
2126 int n, LSAPI_CB_EnvHandler fn, void * arg ) in EnvForeach()
3210 int n; in LSAPI_Init_Env_Parameters() local
/PHP-5.6/Zend/
H A Dzend_ini_scanner.l43 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } argument
H A Dzend_virtual_cwd.c105 static int php_check_dots(const char *element, int n) in php_check_dots()
646 unsigned long n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_del() local
684 unsigned long n; in realpath_cache_add() local
729 unsigned long n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_find() local
/PHP-5.6/ext/fileinfo/libmagic/
H A Dencoding.c298 int n; in file_looks_utf8() local
/PHP-5.6/sapi/apache/
H A Dphp_apache.c575 int n; in PHP_FUNCTION() local
/PHP-5.6/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp211 int32_t CodePointBreakIterator::next(int32_t n) in next()
/PHP-5.6/ext/pdo/
H A Dpdo_sql_parser.c39 #define YYFILL(n) { RET(PDO_PARSER_EOI); } argument
/PHP-5.6/ext/soap/
H A Dphp_sdl.c734 int i,n; in load_wsdl() local
1190 #define WSDL_CACHE_GET_N(ret,n,buf) memcpy(ret,*buf,n); *buf += n; argument
1191 #define WSDL_CACHE_SKIP(n,buf) *buf += n; argument
1198 #define WSDL_CACHE_PUT_N(val,n,buf) smart_str_appendl(buf,(char*)val,n); argument
1455 int i, j, n; in sdl_deserialize_soap_body() local
1514 int i, n; in sdl_deserialize_parameters() local

Completed in 117 milliseconds

12345678910