Home
last modified time | relevance | path

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

12345678910

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_btree.c24 #define CHOOSE_BRANCH(n) \ argument
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c810 int n; in compare_opcodes() local
H A Dpcre2_substitute.c447 int group, n; in pcre2_substitute() local
/PHP-7.3/ext/bcmath/libbcmath/src/
H A Drecmul.c178 int n, prodlen, m1zero; in _bc_rec_mul() local
/PHP-7.3/ext/gd/libgd/
H A Dgd_webp.c42 size_t size = 0, n; in gdImageCreateFromWebpCtx() local
H A Dgd_interpolation.c1107 const long n = gd_fxtoi(f_b); in gdImageScaleNearestNeighbour() local
1118 const long n = gd_fxtoi(f_b); in gdImageScaleNearestNeighbour() local
1221 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearPalette() local
1313 const gdFixed n = gd_fxtoi(f_b); in gdImageScaleBilinearTC() local
1423 const long n = gd_fxtoi(f_b); in gdImageScaleBicubicFixed() local
1697 long n = gd_fxtoi(f_n); in gdImageRotateNearestNeighbour() local
1762 long n = gd_fxtoi(f_n); in gdImageRotateGeneric() local
1820 const unsigned int n = gd_fxtoi(f_n); in gdImageRotateBilinear() local
1938 const int n = gd_fxtoi(f_n); in gdImageRotateBicubicFixed() local
/PHP-7.3/ext/standard/
H A Dmt_rand.c296 int64_t n; in php_mt_rand_common() local
H A Dpack.c494 char n = *v++; in PHP_FUNCTION() local
889 char n[256]; in PHP_FUNCTION() local
H A Dexec.c453 int k = 0, n = y - 1; in php_escape_shell_arg() local
/PHP-7.3/Zend/
H A Dzend_ini_scanner.l45 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } argument
H A Dzend_compile.h551 #define ZEND_CALL_VAR(call, n) \ argument
554 #define ZEND_CALL_VAR_NUM(call, n) \ argument
557 #define ZEND_CALL_ARG(call, n) \ argument
580 #define EX_VAR(n) ZEND_CALL_VAR(execute_data, n) argument
581 #define EX_VAR_NUM(n) ZEND_CALL_VAR_NUM(execute_data, n) argument
583 #define EX_VAR_TO_NUM(n) ((uint32_t)(ZEND_CALL_VAR(NULL, n) - ZEND_CALL_VAR_NUM(NULL, 0))) argument
/PHP-7.3/ext/opcache/Optimizer/
H A Dblock_pass.c915 int n; in assemble_code_blocks() local
1636 int n; in zend_t_usage() local
/PHP-7.3/ext/json/
H A Djson_scanner.c35 #define YYFILL(n) argument
/PHP-7.3/ext/zip/
H A Dzip_stream.c50 ssize_t n = 0; in php_zip_ops_read() local
/PHP-7.3/ext/mysqli/
H A Dmysqli_warning.c41 MYSQLI_WARNING *n; in php_clear_warnings() local
/PHP-7.3/ext/soap/
H A Dphp_sdl.c728 int i,n; in load_wsdl() local
1183 #define WSDL_CACHE_GET_N(ret,n,buf) memcpy(ret,*buf,n); *buf += n; argument
1184 #define WSDL_CACHE_SKIP(n,buf) *buf += n; argument
1191 #define WSDL_CACHE_PUT_N(val,n,buf) smart_str_appendl(buf,(char*)val,n); argument
1450 int i, j, n; in sdl_deserialize_soap_body() local
1509 int i, n; in sdl_deserialize_parameters() local
H A Dphp_http.c389 int n; in make_http_soap_request() local
838 int i, n; in make_http_soap_request() local
/PHP-7.3/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp214 int32_t CodePointBreakIterator::next(int32_t n) in next()
/PHP-7.3/sapi/litespeed/
H A Dlsapilib.c474 int n = count; in lsapi_writev() local
548 static int allocateIovec( LSAPI_Request * pReq, int n ) in allocateIovec()
894 int n = snprintf(achError, sizeof(achError), "[%d] %s:%s: %s\n", getpid(), in LSAPI_perror_r() local
1976 int n = 0 ; in gsendfile() local
2062 int n; in LSAPI_Flush_r() local
2396 int n, LSAPI_CB_EnvHandler fn, void * arg ) in EnvForeach()
3925 int n; in LSAPI_Init_Env_Parameters() local
/PHP-7.3/ext/fileinfo/libmagic/
H A Dcdf.c93 #define CDF_MALLOC(n) emalloc(n) argument
94 #define CDF_REALLOC(p, n) erealloc(p, n) argument
95 #define CDF_CALLOC(n, u) ecalloc(n, u) argument
1206 const char *n; member
H A Dencoding.c316 int n; in file_looks_utf8() local
/PHP-7.3/ext/pdo/
H A Dpdo_sql_parser.c37 #define YYFILL(n) { RET(PDO_PARSER_EOI); } argument
/PHP-7.3/ext/zip/lib/
H A Dzip_source_filep.c226 zip_uint64_t n; in read_file() local
H A Dzip_source_win32handle.c147 zip_uint64_t n; in _win32_read_file() local
/PHP-7.3/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

Completed in 122 milliseconds

12345678910