Home
last modified time | relevance | path

Searched defs:n (Results 76 – 100 of 221) sorted by relevance

123456789

/php-src/Zend/
H A Dzend_objects_API.h36 #define SET_OBJ_BUCKET_NUMBER(o, n) do { \ argument
H A Dzend_strtod.c533 #define ACQUIRE_DTOA_LOCK(n) /*nothing*/ argument
534 #define FREE_DTOA_LOCK(n) /*nothing*/ argument
1013 int i, k1, n, n1; local
1727 int n; local
1759 int n, nwds; local
1801 int big, denorm, esign, havedig, k, n, nbits, up, zret; local
2172 int n; local
3630 nrv_alloc(s, rve, n) char *s, **rve; int n; in nrv_alloc() argument
4561 int n; in zend_gcvt() local
H A Dzend_gdb.c118 ssize_t n = read(fd, buf, sizeof(buf) - 1); in zend_gdb_present() local
H A Dzend_gc.c781 uint32_t n; in gc_scan_black() local
980 uint32_t n; in gc_mark_grey() local
1211 uint32_t n; in gc_scan() local
1423 uint32_t n; in gc_collect_white() local
1650 uint32_t n; in gc_remove_nested_data_from_buffer() local
H A Dzend_stream.c113 size_t n; in zend_stream_read() local
H A Dzend_gc.h153 zend_get_gc_buffer *gc_buffer, zval **table, int *n) { in zend_get_gc_buffer_use()
H A Dzend_string.c511 size_t strlcpy(char *__restrict dest, const char *__restrict src, size_t n) in strlcpy()
521 size_t strlcat (char *__restrict dest, const char *restrict src, size_t n) in strlcat()
H A Dzend_ini_scanner.l45 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } argument
/php-src/ext/mbstring/
H A Dmbstring.c302 size_t n, size; in php_mb_parse_encoding_list() local
385 size_t n = 0; in php_mb_parse_encoding_array() local
1263 size_t type_len = 0, n; in PHP_FUNCTION() local
1377 size_t n = MBSTRG(current_detect_order_list_size); in PHP_FUNCTION() local
2014 size_t n = mb_find_strpos(haystack, needle, enc, offset, true); in PHP_FUNCTION() local
2152 size_t n; in php_mb_strstr_variants() local
3840 for (size_t n = 0; n < argc; n++) { in PHP_FUNCTION() local
3847 for (size_t n = 0; n < argc; n++) { in PHP_FUNCTION() local
3871 for (size_t n = 0; n < argc; n++) { in PHP_FUNCTION() local
4690 size_t n; in PHP_FUNCTION() local
[all …]
/php-src/sapi/litespeed/
H A Dlscriu.c389 int n = snprintf(chFullMessage, sizeof(chFullMessage), in LSCRIU_Restored_Error() local
577 int n; in LSCRIU_Init_Env_Parameters() local
/php-src/sapi/phpdbg/
H A Dphpdbg_help.c226 int n; in PHPDBG_COMMAND() local
H A Dphpdbg_btree.c22 #define CHOOSE_BRANCH(n) \ argument
/php-src/ext/mysqli/
H A Dmysqli_warning.c39 MYSQLI_WARNING *n; in php_clear_warnings() local
/php-src/ext/zip/
H A Dphp_zip.h96 #define LIBZIP_ATLEAST(m,n,p) (((m<<16) + (n<<8) + p) <= ((LIBZIP_VERSION_MAJOR<<16) + (LIBZIP_VERS… argument
/php-src/ext/bcmath/libbcmath/src/
H A Drecmul.c167 size_t n; in _bc_rec_mul() local
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c1101 const long n = gd_fxtoi(f_b); in gdImageScaleNearestNeighbour() local
1112 const long n = gd_fxtoi(f_b); in gdImageScaleNearestNeighbour() local
1167 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearPalette() local
1258 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearTC() local
1367 const long n = gd_fxtoi(f_b); in gdImageScaleBicubicFixed() local
1641 long n = gd_fxtoi(f_n); in gdImageRotateNearestNeighbour() local
1706 long n = gd_fxtoi(f_n); in gdImageRotateGeneric() local
1764 const int n = gd_fxtoi(f_n); in gdImageRotateBilinear() local
1882 const int n = gd_fxtoi(f_n); in gdImageRotateBicubicFixed() local
H A Dgd_webp.c43 size_t size = 0, n; in gdImageCreateFromWebpCtx() local
/php-src/ext/opcache/jit/ir/
H A Dir.c1079 void ir_set_op(ir_ctx *ctx, ir_ref ref, int32_t n, ir_ref val)
1183 ir_ref n, i, j, *p, def; local
1254 ir_ref j, n, *p, *q, use; local
1281 ir_ref j, n, *p; local
1307 ir_ref i, n, *p; local
1321 ir_ref i, n, *p; local
1334 ir_ref n = use_list->refs + use_list->count; local
1941 ir_ref _ir_PHI_N(ir_ctx *ctx, ir_type type, ir_ref n, ir_ref *inputs)
2127 void _ir_MERGE_N(ir_ctx *ctx, ir_ref n, ir_ref *inputs)
2184 uint32_t n = 0; local
[all …]
/php-src/ext/sodium/
H A Dlibsodium.stub.php549 function sodium_crypto_aead_aes256gcm_decrypt(string $ciphertext, string $additional_data, string $… argument
/php-src/ext/standard/
H A Dpassword.c494 zend_string *n = ZSTR_INIT_LITERAL("argon2i", 0); in php_password_algo_find_zval() local
501 zend_string *n = ZSTR_INIT_LITERAL("argon2id", 0); in php_password_algo_find_zval() local
/php-src/main/
H A Dfastcgi.c765 int n; in fcgi_listen() local
824 int n; in fcgi_set_allowed_clients() local
913 size_t n = 0; in safe_write() local
950 size_t n = 0; in safe_read() local
1206 int ret, n, rest; in fcgi_read() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dconv.c241 unsigned long n = 0, number = 0; in lexbor_conv_data_to_long() local
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_uuencode.c79 int n; in mbfl_filt_conv_uudec() local
H A Dmbfilter_singlebyte.c502 for (int n = 0; n < 32; n++) { in mbfl_filt_conv_wchar_cp1252() local
719 for (int n = 0; n < 0x60; n++) { in mbfl_filt_conv_wchar_armscii8() local
/php-src/Zend/Optimizer/
H A Dzend_func_info.c201 static void zend_func_info_add(const func_info_t *func_infos, size_t n) in zend_func_info_add()

Completed in 114 milliseconds

123456789