Home
last modified time | relevance | path

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

123456789

/php-src/main/streams/
H A Dfilter.c225 size_t n; in php_stream_filter_create() local
H A Dtransports.c63 size_t n = 0; in _php_stream_xport_create() local
/php-src/ext/fileinfo/libmagic/
H A Dencoding.c354 int n; in file_looks_utf8() local
H A Dsoftmagic.c72 #define OFFSET_OOB(n, o, i) ((n) < CAST(uint32_t, (o)) || (i) > ((n) - (o))) argument
521 strndup(const char *str, size_t n) in strndup()
/php-src/Zend/Optimizer/
H A Dzend_cfg.c779 int i, j, k, n; in zend_cfg_identify_loops() local
/php-src/ext/sockets/
H A Dsendrecvmsg.c288 n = 0; in PHP_FUNCTION() local
/php-src/ext/gd/libgd/
H A Dgdft.c217 int i, n = 0; in gdTcl_UtfToUniChar() local
368 int n; local
/php-src/ext/opcache/jit/ir/
H A Dir_emit.c203 int j, n; in ir_get_args_regs() local
897 uint32_t succ, k, n = 0; in ir_emit_dessa_moves() local
H A Dir.h384 #define IR_OPTX(op, type, n) ((uint32_t)(op) | ((uint32_t)(type) << IR_OPT_TYPE_SHIFT) | ((uint32_t… argument
723 IR_ALWAYS_INLINE ir_ref ir_insn_op(const ir_insn *insn, int32_t n) in ir_insn_op()
729 IR_ALWAYS_INLINE void ir_insn_set_op(ir_insn *insn, int32_t n, ir_ref val) in ir_insn_set_op()
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c35 #define DOCOMO_KEYPAD(n) ((n) == 0 ? 0x296F : (0x2965 + (n))) argument
39 static int mbfl_bisec_srch(int w, const unsigned short *tbl, int n) in mbfl_bisec_srch()
57 int mbfl_bisec_srch2(int w, const unsigned short tbl[], int n) in mbfl_bisec_srch2()
74 …ned short *mbfl_binary_search_paired_sorted_table(uint32_t w, const unsigned short tbl[][2], int n) in mbfl_binary_search_paired_sorted_table()
2631 int n = c - 0xFF60; in mb_convert_kana_codepoint() local
2653 int n = c - 0xFF60; in mb_convert_kana_codepoint() local
2716 int n = c - 0x30A1; in mb_convert_kana_codepoint() local
2724 int n = c - 0x3041; in mb_convert_kana_codepoint() local
4960 int i, j, n; in mbfl_filt_conv_sjis_mac_wchar() local
5556 int n = 5; in mb_sjismac_to_wchar() local
[all …]
/php-src/ext/curl/
H A Dinterface.c77 static ZEND_ATTRIBUTE_UNUSED void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock()
254 size_t n = 0; in PHP_INI_END() local
469 static HashTable *curl_get_gc(zend_object *object, zval **table, int *n) in curl_get_gc()
H A Dmulti.c551 static HashTable *curl_multi_get_gc(zend_object *object, zval **table, int *n) in curl_multi_get_gc()
/php-src/ext/hash/xxhash/
H A Dxxhash.h1010 # define XXH_ALIGN(n) alignas(n) argument
1013 # define XXH_ALIGN(n) alignas(n) argument
1015 # define XXH_ALIGN(n) __attribute__ ((aligned(n))) argument
1017 # define XXH_ALIGN(n) __declspec(align(n)) argument
1019 # define XXH_ALIGN(n) /* disabled */ argument
4395 size_t n; in XXH3_accumulate() local
4416 size_t n; in XXH3_hashLong_internal_loop() local
5566 size_t n; in XXH3_generateSecret() local
/php-src/ext/standard/
H A Dstring.c3221 const char *n = needle; local
3294 const char *n; local
3377 const char *n = needle; local
3553 zend_string *n; local
3981 int i, n = zend_ulong_ntz(res); local
4010 int i, n = zend_ulong_ntz(res); local
4283 int i, n = zend_ulong_ntz(res); local
5042 char c, *n; local
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c56 #define YYFILL(n) return EOI; argument
/php-src/ext/hash/
H A Dhash_haval.c135 #define ROTR(x,n) (((x) >> (n)) | ((x) << (32 - (n)))) argument
/php-src/ext/com_dotnet/
H A Dcom_handlers.c231 static HashTable *com_get_gc(zend_object *object, zval **table, int *n) in com_get_gc()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1328 uint32_t n = 0; in read_number() local
4533 int n = 0; in parse_regex() local
5400 unsigned int n = 0; in add_list_to_class_internal() local
5478 unsigned int n = 0; in add_list_to_class() local
8713 int n = GET2(scode, 1+LINK_SIZE); in is_anchored() local
8851 int n = GET2(scode, 1+LINK_SIZE); in is_startline() local
/php-src/TSRM/
H A Dtsrm_win32.c622 uint32_t n = in tsrm_choose_random_shm_key() local
/php-src/ext/soap/
H A Dphp_encoding.c669 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_string() local
702 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_stringr() local
735 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_stringc() local
856 int n = xmlCharEncInFunc(SOAP_GLOBAL(encoding), out, in); in to_xml_string() local
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dselector.h109 #define LXB_CSS_SELECTOR_SPECIFICITY_MASK_N(sp, n) \ argument
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c410 ISC_INT64 n, f = scales[-var->sqlscale]; in pdo_firebird_stmt_get_col() local
/php-src/ext/dom/
H A Dxpath_callbacks.c115 …t_gc_for_whole_object(php_dom_xpath_callbacks *registry, zend_object *object, zval **table, int *n) in php_dom_xpath_callbacks_get_gc_for_whole_object()
H A Dxpath.c50 HashTable *dom_xpath_get_gc(zend_object *object, zval **table, int *n) in dom_xpath_get_gc()
/php-src/ext/openssl/
H A Dxp_ssl.c1904 int n; in php_openssl_enable_crypto() local
2238 int n; in php_openssl_sockop_close() local
2527 int n = SSL_peek(sslsock->ssl_handle, &buf, sizeof(buf)); in php_openssl_sockop_set_option() local

Completed in 174 milliseconds

123456789