Home
last modified time | relevance | path

Searched refs:si (Results 1 – 25 of 47) sorted by relevance

12

/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mobile.c315 int w = s, si, c; in mbfilter_sjis_emoji_kddi2unicode() local
321 if (si == 0x0008) { /* ES */ in mbfilter_sjis_emoji_kddi2unicode()
325 } else if (si >= 0x008d && si <= 0x0092) { in mbfilter_sjis_emoji_kddi2unicode()
328 } else if (si == 0x0104) { in mbfilter_sjis_emoji_kddi2unicode()
340 if (si == 100) { /* JP */ in mbfilter_sjis_emoji_kddi2unicode()
342 } else if (si >= 0x00ba && si <= 0x00c2) { in mbfilter_sjis_emoji_kddi2unicode()
346 } else if (si == 0x0144) { in mbfilter_sjis_emoji_kddi2unicode()
363 int w = s, si, c; in mbfilter_sjis_emoji_sb2unicode() local
369 if (si == 0x006e || (si >= 0x007a && si <= 0x0083)) { in mbfilter_sjis_emoji_sb2unicode()
385 w = mb_tbl_code2uni_sb2[si]; in mbfilter_sjis_emoji_sb2unicode()
[all …]
/PHP-7.3/ext/fileinfo/libmagic/
H A Dreadcdf.c295 cdf_summary_info_header_t si; in cdf_file_summary_info() local
313 switch (si.si_os) { in cdf_file_summary_info()
316 si.si_os_version & 0xff, in cdf_file_summary_info()
328 si.si_os_version & 0xff, in cdf_file_summary_info()
512 const struct sinfo *si = &sectioninfo[sd]; in cdf_file_dir_info() local
513 for (j = 0; si->sections[j]; j++) { in cdf_file_dir_info()
514 if (cdf_find_stream(dir, si->sections[j], si->types[j]) in cdf_file_dir_info()
518 fprintf(stderr, "Can't read %s\n", si->sections[j]); in cdf_file_dir_info()
521 if (si->sections[j] == NULL) in cdf_file_dir_info()
524 if (file_printf(ms, "CDFV2 %s", si->name) == -1) in cdf_file_dir_info()
[all …]
/PHP-7.3/ext/standard/tests/serialize/
H A Dbug69210.phpt31 $si = @serialize($ci);
32 echo $si . "\n";
35 var_dump(unserialize($si));
/PHP-7.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_server.phpt22 $si = $dbh->getAttribute(PDO::ATTR_SERVER_INFO);
23 $pos = strpos($si, "Oracle");
28 var_dump($si);
/PHP-7.3/ext/standard/
H A Dproc_open.c425 STARTUPINFOW si; in PHP_FUNCTION() local
685 memset(&si, 0, sizeof(si)); in PHP_FUNCTION()
686 si.cb = sizeof(si); in PHP_FUNCTION()
687 si.dwFlags = STARTF_USESTDHANDLES; in PHP_FUNCTION()
689 si.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in PHP_FUNCTION()
690 si.hStdOutput = GetStdHandle(STD_OUTPUT_HANDLE); in PHP_FUNCTION()
691 si.hStdError = GetStdHandle(STD_ERROR_HANDLE); in PHP_FUNCTION()
697 si.hStdInput = descriptors[i].childend; in PHP_FUNCTION()
700 si.hStdOutput = descriptors[i].childend; in PHP_FUNCTION()
703 si.hStdError = descriptors[i].childend; in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-64.macros82 A##si ^= Di; \
83 Bgu = ROL64(A##si, 61); \
152 Ci ^= E##si; \
193 A##si ^= Di; \
194 Bgu = ROL64(A##si, 61); \
290 A##si ^= Di; \
360 Ci ^= E##si; \
401 A##si ^= Di; \
483 X##si = state[22]; \
510 state[22] = X##si; \
[all …]
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c211 SYSTEM_INFO si; in sljit_allocate_stack() local
220 GetSystemInfo(&si); in sljit_allocate_stack()
221 sljit_page_align = si.dwPageSize - 1; in sljit_allocate_stack()
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug36629.phpt24 xmlns:si="http://soapinterop.org/xsd">
39 xmlns:si="http://soapinterop.org/xsd">
H A Dbug28751.phpt25 xmlns:si="http://soapinterop.org/xsd">
H A Dbug31422.phpt28 xmlns:si="http://soapinterop.org/xsd">
/PHP-7.3/ext/soap/tests/
H A Dserver029.phpt10 xmlns:si="http://soapinterop.org/xsd">
44 xmlns:si="http://soapinterop.org/xsd">
H A Dserver010.phpt28 xmlns:si="http://soapinterop.org/xsd">
46 xmlns:si="http://soapinterop.org/xsd">
H A Dserver009.phpt35 xmlns:si="http://soapinterop.org/xsd">
53 xmlns:si="http://soapinterop.org/xsd">
H A Dserver016.phpt22 xmlns:si="http://soapinterop.org/xsd">
H A Dserver017.phpt21 xmlns:si="http://soapinterop.org/xsd">
H A Dserver018.phpt21 xmlns:si="http://soapinterop.org/xsd">
H A Dserver014.phpt22 xmlns:si="http://soapinterop.org/xsd">
H A Dserver022.phpt28 xmlns:si="http://soapinterop.org/xsd">
H A Dserver001.phpt21 xmlns:si="http://soapinterop.org/xsd">
H A Dserver003.phpt17 xmlns:si="http://soapinterop.org/xsd">
H A Dserver005.phpt23 xmlns:si="http://soapinterop.org/xsd">
H A Dserver015.phpt21 xmlns:si="http://soapinterop.org/xsd">
H A Dserver026.phpt24 xmlns:si="http://soapinterop.org/xsd">
H A Dserver002.phpt21 xmlns:si="http://soapinterop.org/xsd">
/PHP-7.3/ext/zip/lib/
H A Dzip_source_win32handle.c420 SECURITY_INFORMATION si; in _win32_create_temp_file() local
433 si = DACL_SECURITY_INFORMATION | UNPROTECTED_DACL_SECURITY_INFORMATION; in _win32_create_temp_file()
435 success = GetUserObjectSecurity(ctx->h, &si, NULL, len, &len); in _win32_create_temp_file()
441 success = GetUserObjectSecurity(ctx->h, &si, psd, len, &len); in _win32_create_temp_file()

Completed in 53 milliseconds

12