Home
last modified time | relevance | path

Searched refs:si (Results 1 – 25 of 47) sorted by last modified time

12

/php-src/Zend/
H A Dzend_strtod.c2179 ULong si, z, zs; local
2217 si = *sx++;
2218 ys = (si & 0xffff) * q + carry;
2219 zs = (si >> 16) * q + (ys >> 16);
2258 si = *sx++;
2259 ys = (si & 0xffff) + carry;
2260 zs = (si >> 16) + (ys >> 16);
H A Dzend_execute_API.c1410 static void zend_timeout_handler(int dummy, siginfo_t *si, void *uc) /* {{{ */ in zend_timeout_handler() argument
1420 if (si->si_value.sival_ptr != &EG(max_execution_timer_timer)) { in zend_timeout_handler()
1426 EG(oldact).sa_sigaction(dummy, si, uc); in zend_timeout_handler()
/php-src/sapi/cgi/
H A Dcgi_main.c2164 STARTUPINFOW si; local
2170 ZeroMemory(&si, sizeof(si));
2171 si.cb = sizeof(si);
2174 si.dwFlags = STARTF_USESTDHANDLES;
2175 si.hStdOutput = INVALID_HANDLE_VALUE;
2176 si.hStdInput = (HANDLE)_get_osfhandle(fcgi_fd);
2177 si.hStdError = INVALID_HANDLE_VALUE;
2179 if (CreateProcessW(NULL, cmd_line, NULL, NULL, TRUE, CREATE_NO_WINDOW, NULL, NULL, &si, &pi)) {
/php-src/ext/standard/
H A Dproc_open.c682 memset(si, 0, sizeof(STARTUPINFOW)); in init_startup_info()
683 si->cb = sizeof(STARTUPINFOW); in init_startup_info()
684 si->dwFlags = STARTF_USESTDHANDLES; in init_startup_info()
686 si->hStdInput = GetStdHandle(STD_INPUT_HANDLE); in init_startup_info()
687 si->hStdOutput = GetStdHandle(STD_OUTPUT_HANDLE); in init_startup_info()
688 si->hStdError = GetStdHandle(STD_ERROR_HANDLE); in init_startup_info()
694 si->hStdInput = descriptors[i].childend; in init_startup_info()
697 si->hStdOutput = descriptors[i].childend; in init_startup_info()
700 si->hStdError = descriptors[i].childend; in init_startup_info()
1168 STARTUPINFOW si; in PHP_FUNCTION() local
[all …]
H A Dinfo.c263 SYSTEM_INFO si; in php_get_windows_name() local
267 ZeroMemory(&si, sizeof(SYSTEM_INFO)); in php_get_windows_name()
269 GetNativeSystemInfo(&si); in php_get_windows_name()
/php-src/ext/random/
H A Dgammasection.c69 double si = ceil(s); in ceilint() local
71 return (s != si) ? (uint64_t)si : (uint64_t)si + (e > 0); in ceilint()
/php-src/ext/fileinfo/libmagic/
H A Dreadcdf.c289 cdf_summary_info_header_t si; in cdf_file_summary_info() local
307 switch (si.si_os) { in cdf_file_summary_info()
310 si.si_os_version & 0xff, in cdf_file_summary_info()
316 CAST(uint32_t, si.si_os_version) >> 8, in cdf_file_summary_info()
317 si.si_os_version & 0xff) == -1) in cdf_file_summary_info()
322 si.si_os_version & 0xff, in cdf_file_summary_info()
506 const struct sinfo *si = &sectioninfo[sd]; in cdf_file_dir_info() local
507 for (j = 0; si->sections[j]; j++) { in cdf_file_dir_info()
508 if (cdf_find_stream(dir, si->sections[j], si->types[j]) in cdf_file_dir_info()
515 if (si->sections[j] == NULL) in cdf_file_dir_info()
[all …]
H A Dcdf.c1124 const cdf_summary_info_header_t *si = in cdf_unpack_summary_info() local
1131 if (cdf_check_stream_offset(sst, h, si, sizeof(*si), __LINE__) == -1 || in cdf_unpack_summary_info()
1134 ssi->si_byte_order = CDF_TOLE2(si->si_byte_order); in cdf_unpack_summary_info()
1135 ssi->si_os_version = CDF_TOLE2(si->si_os_version); in cdf_unpack_summary_info()
1136 ssi->si_os = CDF_TOLE2(si->si_os); in cdf_unpack_summary_info()
1137 ssi->si_class = si->si_class; in cdf_unpack_summary_info()
1139 ssi->si_count = CDF_TOLE4(si->si_count); in cdf_unpack_summary_info()
/php-src/ext/opcache/jit/ir/
H A Dir_x86.h19 _(R6, rsi, esi, si, r6b, __) \
57 _(R6, ___, esi, si, __, __) \
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt326 'Co sis uvařil, to si sněz.',
353 'Vrána k vráně sedá, rovný rovného si hledá.',
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12655 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
12668 # error messages are printed by assembler instructions: mov si,06nn;...;int 10 (0xBEnn06;...)
12696 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b
12698 # assembler instructions: rep;movsb;retf;mov si,07be;mov cl,04
12741 # assembler instructions: ..;mov ds,ax;mov si,7c00;mov di,..00
12794 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov
12981 # assembler instructions: lodsb;and al,al;jz 0xb;push si;mov ah,
13599 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
13613 # not NO_BANNER definitions contains assembler instructions: mov banner,si;call message_crlf
33106 # mailto:rok.papez@lugos.si
[all …]
H A Dmagic12655 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
12668 # error messages are printed by assembler instructions: mov si,06nn;...;int 10 (0xBEnn06;...)
12696 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b
12698 # assembler instructions: rep;movsb;retf;mov si,07be;mov cl,04
12741 # assembler instructions: ..;mov ds,ax;mov si,7c00;mov di,..00
12794 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov
12981 # assembler instructions: lodsb;and al,al;jz 0xb;push si;mov ah,
13599 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
13613 # not NO_BANNER definitions contains assembler instructions: mov banner,si;call message_crlf
33106 # mailto:rok.papez@lugos.si
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt45 $stmt->bind_param("si", $foo->bar, $foo->bar);
/php-src/ext/standard/tests/strings/
H A Dstrrev_variation3.phpt76 string(94) "shsals\htiw/ si enil\siht
H A Dstr_split_variation5.phpt97 string(10) "This is si"
H A Dchunk_split_variation7.phpt47 string(41) "This ????is si????mple ????strin????g????"
/php-src/ext/standard/tests/serialize/
H A Dbug69210.phpt31 $si = @serialize($ci);
32 echo $si . "\n";
35 var_dump(unserialize($si));
/php-src/ext/standard/tests/misc/
H A Dbrowscap.ini192 [Mozilla/5.0 (Slurp/si; slurp@inktomi.com; http://www.inktomi.com/slurp.html)]
/php-src/ext/soap/tests/
H A Dserver001.phpt21 xmlns:si="http://soapinterop.org/xsd">
H A Dserver002.phpt21 xmlns:si="http://soapinterop.org/xsd">
H A Dserver003.phpt17 xmlns:si="http://soapinterop.org/xsd">
H A Dserver004.phpt24 xmlns:si="http://soapinterop.org/xsd">
H A Dserver005.phpt23 xmlns:si="http://soapinterop.org/xsd">
H A Dserver006.phpt29 xmlns:si="http://soapinterop.org/xsd">
H A Dserver009.phpt31 xmlns:si="http://soapinterop.org/xsd">
49 xmlns:si="http://soapinterop.org/xsd">

Completed in 330 milliseconds

12