Home
last modified time | relevance | path

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

123456789

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_btree.c24 #define CHOOSE_BRANCH(n) \ argument
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Drecmul.c178 int n, prodlen, m1zero; in _bc_rec_mul() local
/PHP-7.4/ext/standard/
H A Dmt_rand.c296 int64_t n; in php_mt_rand_common() local
H A Dpack.c499 char n = *v++; in PHP_FUNCTION() local
894 char n[256]; in PHP_FUNCTION() local
H A Dformatted_print.c318 size_t width, char padding, size_t alignment, int n, in php_sprintf_append2n()
646 int n; in php_formatted_print_get_array() local
H A Dpassword.c577 zend_string *n = zend_string_init("argon2i", sizeof("argon2i")-1, 0); in php_password_algo_find_zval_ex() local
584 zend_string *n = zend_string_init("argon2id", sizeof("argon2id")-1, 0); in php_password_algo_find_zval_ex() local
H A Dexec.c453 int k = 0, n = y - 1; in php_escape_shell_arg() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c829 int n; in compare_opcodes() local
H A Dpcre2_substitute.c516 int group, n; in pcre2_substitute() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dblock_pass.c918 int n; in assemble_code_blocks() local
1608 int n; in zend_t_usage() local
/PHP-7.4/ext/zip/
H A Dzip_stream.c50 ssize_t n = 0; in php_zip_ops_read() local
/PHP-7.4/ext/mysqli/
H A Dmysqli_warning.c41 MYSQLI_WARNING *n; in php_clear_warnings() local
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c372 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_del() local
410 zend_ulong n; in realpath_cache_add() local
446 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_find() local
H A Dzend_ini_scanner.l45 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } argument
H A Dzend_compile.h567 #define ZEND_CALL_VAR(call, n) \ argument
570 #define ZEND_CALL_VAR_NUM(call, n) \ argument
573 #define ZEND_CALL_ARG(call, n) \ argument
596 #define EX_VAR(n) ZEND_CALL_VAR(execute_data, n) argument
597 #define EX_VAR_NUM(n) ZEND_CALL_VAR_NUM(execute_data, n) argument
599 #define EX_VAR_TO_NUM(n) ((uint32_t)(ZEND_CALL_VAR(NULL, n) - ZEND_CALL_VAR_NUM(NULL, 0))) argument
/PHP-7.4/ext/soap/
H A Dphp_sdl.c730 int i,n; in load_wsdl() local
1192 #define WSDL_CACHE_GET_N(ret,n,buf) memcpy(ret,*buf,n); *buf += n; argument
1193 #define WSDL_CACHE_SKIP(n,buf) *buf += n; argument
1200 #define WSDL_CACHE_PUT_N(val,n,buf) smart_str_appendl(buf,(char*)val,n); argument
1459 int i, j, n; in sdl_deserialize_soap_body() local
1518 int i, n; in sdl_deserialize_parameters() local
H A Dphp_http.c389 int n; in make_http_soap_request() local
838 uint32_t n = zend_hash_num_elements(Z_ARRVAL_P(cookies)); in make_http_soap_request() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dis_json.c413 #define P(n) st[n], st[n] > 1 ? "s" : "" in file_is_json() argument
H A Dcdf.c94 #define CDF_MALLOC(n) emalloc(n) argument
95 #define CDF_REALLOC(p, n) erealloc(p, n) argument
96 #define CDF_CALLOC(n, u) ecalloc(n, u) argument
1213 const char *n; member
H A Dencoding.c327 int n; in file_looks_utf8() local
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp218 int32_t CodePointBreakIterator::next(int32_t n) in next()
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c482 int n = count; in lsapi_writev() local
556 static int allocateIovec( LSAPI_Request * pReq, int n ) in allocateIovec()
902 int n = snprintf(achError, sizeof(achError), "[UID:%d][%d] %s:%s: %s\n", in LSAPI_perror_r() local
1985 int n = 0 ; in gsendfile() local
2071 int n; in LSAPI_Flush_r() local
2405 int n, LSAPI_CB_EnvHandler fn, void * arg ) in EnvForeach()
3944 int n; in LSAPI_Init_Env_Parameters() local
/PHP-7.4/ext/ffi/
H A Dffi.c865 int n = 0; in zend_ffi_callback_trampoline() local
881 int n = 0; in zend_ffi_callback_trampoline() local
939 int n = 0; in zend_ffi_create_callback() local
1577 static ZEND_COLD void zend_ffi_pass_incompatible(zval *arg, zend_ffi_type *type, uint32_t n, zend_e… in zend_ffi_pass_incompatible()
1943 zend_long n; in zend_ffi_cdata_get_debug_info() local
2589 static int zend_ffi_pass_var_arg(zval *arg, ffi_type **pass_type, void **arg_values, uint32_t n, ze… in zend_ffi_pass_var_arg()
2646 uint32_t n, arg_count; in ZEND_FUNCTION() local
4097 zend_long n = zval_get_long(val); in ZEND_METHOD() local
4777 static HashTable *zend_fake_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_fake_get_gc()
6490 void zend_ffi_add_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, int n, zend…
[all …]
/PHP-7.4/ext/hash/
H A Dhash_md.c142 int n; in PHP_NAMED_FUNCTION() local
236 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
/PHP-7.4/ext/readline/
H A Dreadline.c423 int i, n = history_length(); in PHP_FUNCTION() local

Completed in 111 milliseconds

123456789