Home
last modified time | relevance | path

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

123456789

/PHP-5.5/ext/bcmath/libbcmath/src/
H A Drecmul.c187 int n, prodlen, m1zero; in _bc_rec_mul() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.c55 #define Calloc(n,s) (char*)xcalloc((n),(s)) argument
574 numhash(n) in numhash() argument
/PHP-5.5/Zend/
H A Dzend_ini_scanner.l42 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } argument
H A Dzend_ts_hash.h124 #define ZEND_TS_INIT_SYMTABLE_EX(ht, n, persistent) \ argument
H A Dzend_ini_scanner.c44 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } argument
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c8528 int n; member
8543 int n; member
11160 int n, i, j, k, len; local
/PHP-5.5/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.5/ext/mbstring/
H A Dphp_unicode.c62 static int prop_lookup(unsigned long code, unsigned long n) in prop_lookup()
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c1163 const long n = gd_fxtoi(f_b); in gdImageScaleNearestNeighbour() local
1174 const long n = gd_fxtoi(f_b); in gdImageScaleNearestNeighbour() local
1273 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearPalette() local
1361 const gdFixed n = gd_fxtoi(f_b); in gdImageScaleBilinearTC() local
1467 const long n = gd_fxtoi(f_b); in gdImageScaleBicubicFixed() local
1727 long n = gd_fxtoi(f_n); in gdImageRotateNearestNeighbour() local
1784 long n = gd_fxtoi(f_n); in gdImageRotateGeneric() local
1838 const unsigned int n = gd_fxtoi(f_n); in gdImageRotateBilinear() local
1958 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.5/ext/mysqli/
H A Dmysqli_warning.c42 MYSQLI_WARNING *n; in php_clear_warnings() local
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c278 int n; in mbfl_memory_device_devcat() local
/PHP-5.5/ext/zip/
H A Dzip_stream.c33 ssize_t n = 0; in php_zip_ops_read() local
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c104 static int php_check_dots(const char *element, int n) in php_check_dots()
616 unsigned long n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_del() local
654 unsigned long n; in realpath_cache_add() local
699 unsigned long n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_find() local
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp211 int32_t CodePointBreakIterator::next(int32_t n) in next()
/PHP-5.5/ext/standard/
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.5/ext/pdo/
H A Dpdo_sql_parser.c39 #define YYFILL(n) { RET(PDO_PARSER_EOI); } argument
/PHP-5.5/ext/fileinfo/libmagic/
H A Dencoding.c294 int n; in file_looks_utf8() local
H A Dfuncs.c327 #define OCTALIFY(n, o) \ argument
/PHP-5.5/sapi/apache/
H A Dphp_apache.c575 int n; in PHP_FUNCTION() local
/PHP-5.5/ext/soap/
H A Dphp_sdl.c734 int i,n; in load_wsdl() local
1188 #define WSDL_CACHE_GET_N(ret,n,buf) memcpy(ret,*buf,n); *buf += n; argument
1189 #define WSDL_CACHE_SKIP(n,buf) *buf += n; argument
1196 #define WSDL_CACHE_PUT_N(val,n,buf) smart_str_appendl(buf,(char*)val,n); argument
1453 int i, j, n; in sdl_deserialize_soap_body() local
1512 int i, n; in sdl_deserialize_parameters() local
H A Dphp_http.c387 int n; in make_http_soap_request() local
816 int i, n; in make_http_soap_request() local
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c500 zend_block_source *n = cs->next; in zend_rebuild_access_path() local
2087 zend_block_source *n = cs->next; in zend_block_optimization() local
/PHP-5.5/ext/hash/
H A Dhash_md.c144 int n; in PHP_NAMED_FUNCTION() local
238 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument

Completed in 102 milliseconds

123456789