Home
last modified time | relevance | path

Searched refs:io (Results 1 – 25 of 27) sorted by relevance

12

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_out.h50 #define phpdbg_error(tag, xmlfmt, strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PH…
51 #define phpdbg_notice(tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PH…
52 #define phpdbg_writeln(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PH…
53 #define phpdbg_write(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PH…
54 #define phpdbg_script(type, fmt, ...) phpdbg_print(type , PHPDBG_G(io)[PH…
55 #define phpdbg_log(fmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
56 #define phpdbg_xml(fmt, ...) phpdbg_xml_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
57 #define phpdbg_out(fmt, ...) phpdbg_out_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
78 # define phpdbg_debug(fmt, ...) phpdbg_log_ex(PHPDBG_G(io)[PHPDBG_STDERR].fd, fmt, ##__VA_ARGS__)
H A Dphpdbg_io.c88 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, buf + len, PHPDBG_MAX_CMD - len… in ZEND_EXTERN_MODULE_GLOBALS()
152 zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Read operation timed out!\n"));
230 && PHPDBG_G(io)[PHPDBG_STDOUT].fd == sock
307 zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, buf, strlen(buf));
316 zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, buf, strlen(buf));
328 zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, msg, strlen(msg));
H A Dphpdbg_sigsafe.c16 …zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Tried to allocate more than " EXP_STR(… in ZEND_EXTERN_MODULE_GLOBALS()
22 …zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Bailed out without a bailout address i… in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg.c157 memset(pg->io, 0, sizeof(pg->io)); in php_phpdbg_globals_ctor()
982 fflush(PHPDBG_G(io)[PHPDBG_STDOUT].ptr); in php_sapi_phpdbg_flush()
1687 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main() local
1828 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main() local
1830 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main() local
1839 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main()
1840 PHPDBG_G(io)[PHPDBG_STDIN].fd = socket; in main()
1841 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main()
1842 PHPDBG_G(io)[PHPDBG_STDOUT].fd = socket; in main()
1844 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main()
[all …]
H A Dphpdbg_sigio_win32.c73 PHPDBG_G(swd).fd = PHPDBG_G(io)[PHPDBG_STDIN].fd; in sigio_watcher_start()
H A Dphpdbg.h291 } io[PHPDBG_IO_FDS]; /* io */ variable
H A Dphpdbg_cmd.c750 fflush(PHPDBG_G(io)[PHPDBG_STDOUT].ptr); in phpdbg_read_input()
756 if ((PHPDBG_G(flags) & PHPDBG_IS_REMOTE) || !isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd)) in phpdbg_read_input()
782 …if (!buffered && cmd && !(PHPDBG_G(flags) & PHPDBG_IS_REMOTE) && isatty(PHPDBG_G(io)[PHPDBG_STDIN]… in phpdbg_read_input()
H A Dphpdbg_prompt.c505 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, PHPDBG_G(input_buffer) + PHPDBG… in PHPDBG_COMMAND()
/PHP-7.3/ext/openssl/tests/
H A Dbug64802.phpt17 string(9) "www.rd.io"
21 string(5) "rd.io"
25 string(9) "api.rd.io"
/PHP-7.3/Zend/tests/
H A Dthrowable_003.phpt4 Aaron Piotrowski <aaron@icicle.io>
H A Dthrowable_001.phpt4 Aaron Piotrowski <aaron@icicle.io>
H A Dthrowable_002.phpt4 Aaron Piotrowski <aaron@icicle.io>
H A Dindirect_call_array_005.phpt4 Aaron Piotrowski <aaron@icicle.io>
H A Dindirect_call_string_003.phpt4 Aaron Piotrowski <aaron@icicle.io>
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h114 XMLRPC_VALUE io; /* data associated with this request */ member
H A Dxmlrpc.c336 if(request->io && bFreeIO) { in XMLRPC_RequestFree()
337 XMLRPC_CleanupValue(request->io); in XMLRPC_RequestFree()
479 if (request->io) { in XMLRPC_RequestSetData()
480 XMLRPC_CleanupValue (request->io); in XMLRPC_RequestSetData()
482 request->io = XMLRPC_CopyValue(data); in XMLRPC_RequestSetData()
483 return request->io; in XMLRPC_RequestSetData()
510 return request ? request->io : NULL; in XMLRPC_RequestGetData()
747 xResponse = req->io; in XMLRPC_VALUE_FromXML()
/PHP-7.3/ext/standard/tests/math/
H A Dbug75170.phpt4 Solar Designer in https://externals.io/message/100229
/PHP-7.3/ext/date/
H A Dconfig0.m46 io.h
/PHP-7.3/ext/dba/tests/
H A Ddba_handler.inc63 dba_close($db_writer); // when the writer is open at least db3 would fail because of buffered io.
/PHP-7.3/ext/standard/
H A Dconfig.m44 dnl Check if flush should be called explicitly after buffered io
6 AC_CACHE_CHECK([whether flush should be called explicitly after a buffered io], ac_cv_flush_io,[
51 AC_DEFINE(HAVE_FLUSHIO, 1, [Define if flush should be called explicitly after a buffered io.])
/PHP-7.3/ext/mbstring/oniguruma/
H A DREADME.md2 [![Code Quality: Cpp](https://img.shields.io/lgtm/grade/cpp/g/kkos/oniguruma.svg?logo=lgtm&logoWidt…
3 [![Total Alerts](https://img.shields.io/lgtm/alerts/g/kkos/oniguruma.svg?logo=lgtm&logoWidth=18)](h…
/PHP-7.3/
H A Dacinclude.m42185 …if test "$PHP_ICU_DIR" = "DEFAULT" && test -x "$PKG_CONFIG" && $PKG_CONFIG --exists icu-uc icu-io
2196 ICU_LIBS=`$PKG_CONFIG --libs icu-uc icu-io icu-i18n`
2197 ICU_INCS=`$PKG_CONFIG --cflags-only-I icu-uc icu-io icu-i18n`
/PHP-7.3/ext/standard/tests/misc/
H A Duser_agents.txt13 censys.io internet census
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic712 # see https://nokiatech.github.io/heif/technical.html
4513 # magic for Klystrack, http://kometbomb.github.io/klystrack/
4784 # used by SAMtools (http://samtools.github.io/hts-specs/BCFv2_qref.pdf)
7179 # cf. gcov-io.h
8001 # Redis RDB - https://redis.io/topics/persistence
15016 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
16428 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
16442 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
16450 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
22944 # http://doc.qt.io/qt-5/resources.html
[all …]
H A Dmagic私はガラスを食べられます712 # see https://nokiatech.github.io/heif/technical.html
4513 # magic for Klystrack, http://kometbomb.github.io/klystrack/
4784 # used by SAMtools (http://samtools.github.io/hts-specs/BCFv2_qref.pdf)
7179 # cf. gcov-io.h
8001 # Redis RDB - https://redis.io/topics/persistence
15016 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
16428 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
16442 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
16450 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
22944 # http://doc.qt.io/qt-5/resources.html
[all …]

Completed in 167 milliseconds

12