Home
last modified time | relevance | path

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

/PHP-5.5/ext/openssl/tests/
H A Dbug64802.phpt45 string(9) "www.rd.io"
49 string(5) "rd.io"
53 string(9) "api.rd.io"
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h114 XMLRPC_VALUE io; /* data associated with this request */ member
H A Dxmlrpc.c339 if(request->io && bFreeIO) { in XMLRPC_RequestFree()
340 XMLRPC_CleanupValue(request->io); in XMLRPC_RequestFree()
482 if (request->io) { in XMLRPC_RequestSetData()
483 XMLRPC_CleanupValue (request->io); in XMLRPC_RequestSetData()
485 request->io = XMLRPC_CopyValue(data); in XMLRPC_RequestSetData()
486 return request->io; in XMLRPC_RequestSetData()
513 return request ? request->io : NULL; in XMLRPC_RequestGetData()
750 xResponse = req->io; in XMLRPC_VALUE_FromXML()
/PHP-5.5/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-5.5/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,[
49 AC_DEFINE(HAVE_FLUSHIO, 1, [Define if flush should be called explicitly after a buffered io.])
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic10291 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
11078 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
11092 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
11100 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog3436 9. On the advice of a Windows user, included <io.h> and <fcntl.h> in Windows

Completed in 77 milliseconds