Home
last modified time | relevance | path

Searched defs:n (Results 126 – 150 of 203) sorted by path

123456789

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c99 int n = (int)GET2(code, 1+LINK_SIZE); in PRIV() local
H A Dpcre2_internal.h187 #define memcmp(s,c,n) _memcmp(s,c,n) argument
188 #define memcpy(d,s,n) _memcpy(d,s,n) argument
189 #define memmove(d,s,n) _memmove(d,s,n) argument
190 #define memset(s,c,n) _memset(s,c,n) argument
H A Dpcre2_intmodedep.h105 #define PUT(a,n,d) \ argument
108 #define GET(a,n) \ argument
117 #define GET(a,n) \ argument
127 #define GET(a,n) \ argument
143 #define PUT(a,n,d) \ argument
145 #define GET(a,n) \ argument
152 #define PUT(a,n,d) \ argument
155 #define GET(a,n) \ argument
169 #define PUT(a,n,d) \ argument
171 #define GET(a,n) \ argument
[all …]
H A Dpcre2_jit_compile.c3483 int n; in char_get_othercase_bit() local
H A Dpcre2_jit_simd_inc.h985 static SLJIT_INLINE vect_t shift_left_n_lanes(vect_t a, sljit_u8 n) in shift_left_n_lanes()
H A Dpcre2_substitute.c516 int group, n; in pcre2_substitute() local
H A Dpcre2_substring.c86 uint32_t n = GET2(entry, 0); in pcre2_substring_copy_byname() local
174 uint32_t n = GET2(entry, 0); in pcre2_substring_get_byname() local
281 uint32_t n = GET2(entry, 0); in pcre2_substring_length_byname() local
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX-encoder.c1278 get_BrOff_X1(tilegx_bundle_bits n) in get_BrOff_X1()
1305 get_Dest_X1(tilegx_bundle_bits n) in get_Dest_X1()
1318 get_Dest_Y1(tilegx_bundle_bits n) in get_Dest_Y1()
1357 get_Imm8_X1(tilegx_bundle_bits n) in get_Imm8_X1()
1370 get_Imm8_Y1(tilegx_bundle_bits n) in get_Imm8_Y1()
1401 get_Mode(tilegx_bundle_bits n) in get_Mode()
1525 get_SrcA_X1(tilegx_bundle_bits n) in get_SrcA_X1()
1538 get_SrcA_Y1(tilegx_bundle_bits n) in get_SrcA_Y1()
1564 get_SrcB_X1(tilegx_bundle_bits n) in get_SrcB_X1()
1577 get_SrcB_Y1(tilegx_bundle_bits n) in get_SrcB_Y1()
[all …]
H A DsljitNativeX86_common.c282 #define RET_I16(n) (*inst++ = (RET_i16), *inst++ = n, *inst++ = 0) argument
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c374 ISC_INT64 n, f = scales[-var->sqlscale]; in firebird_stmt_get_col() local
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c403 size_t n; in oci_stmt_param_hook() local
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c457 int groups, n, i; in phar_fancy_stat() local
H A Dmakestub.php12 $n = str_repeat("\n", substr_count($token[1], "\n")); variable
H A Dphar.c2064 static int php_check_dots(const char *element, size_t n) /* {{{ */ in php_check_dots()
H A Dzip.c164 static char *phar_find_eocd(const char *s, size_t n) in phar_find_eocd()
/PHP-7.4/ext/readline/
H A Dreadline.c423 int i, n = history_length(); in PHP_FUNCTION() local
/PHP-7.4/ext/session/
H A Dmod_files.c114 size_t n; in ps_files_path_create() local
233 size_t n = 0; in ps_files_write() local
477 zend_long n = 0; in PS_READ_FUNC() local
H A Dsession.c1121 int n; in strcpy_gmt() local
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1252 static HashTable *sxe_get_gc(zval *object, zval **table, int *n) /* {{{ */ { in sxe_get_gc()
/PHP-7.4/ext/snmp/
H A Dsnmp.c1078 int n; in netsnmp_session_init() local
/PHP-7.4/ext/soap/
H A Dphp_encoding.c667 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_string() local
700 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_stringr() local
733 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_stringc() local
854 int n = xmlCharEncInFunc(SOAP_GLOBAL(encoding), out, in); in to_xml_string() 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
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_xml.h46 #define FOREACHATTRNODE(n,c,i) FOREACHATTRNODEEX(n,c,NULL,i) argument
47 #define FOREACHATTRNODEEX(n,c,ns,i) \ argument
60 #define FOREACHNODE(n,c,i) FOREACHNODEEX(n,c,NULL,i) argument
61 #define FOREACHNODEEX(n,c,ns,i) \ argument
74 #define ENDFOREACH(n) \ argument
H A Dsoap.c4297 int n = zend_hash_num_elements(function->requestParameters); local

Completed in 191 milliseconds

123456789