OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AsyncFile
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
asyncfile.cc
28
#include "talk/base/
asyncfile
.h"
32
AsyncFile
::
AsyncFile
() {
35
AsyncFile
::~
AsyncFile
() {
asyncfile.h
37
class
AsyncFile
{
39
AsyncFile
();
40
virtual ~
AsyncFile
();
50
sigslot::signal1<
AsyncFile
*> SignalReadEvent;
51
sigslot::signal1<
AsyncFile
*> SignalWriteEvent;
52
sigslot::signal2<
AsyncFile
*, int> SignalCloseEvent;
/external/chromium_org/third_party/libjingle/source/talk/base/
asyncfile.cc
28
#include "talk/base/
asyncfile
.h"
32
AsyncFile
::
AsyncFile
() {
35
AsyncFile
::~
AsyncFile
() {
asyncfile.h
37
class
AsyncFile
{
39
AsyncFile
();
40
virtual ~
AsyncFile
();
50
sigslot::signal1<
AsyncFile
*> SignalReadEvent;
51
sigslot::signal1<
AsyncFile
*> SignalWriteEvent;
52
sigslot::signal2<
AsyncFile
*, int> SignalCloseEvent;
/external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c
38
typedef struct
AsyncFile
AsyncFile
;
148
** (
AsyncFile
.pBaseRead) is used exclusively by sqlite threads to read the
149
** file, the other (
AsyncFile
.pBaseWrite) by sqlite3_async_flush()
504
** The
AsyncFile
structure is a subclass of sqlite3_file used for
508
** pointed to by
AsyncFile
.pData, which is allocated as part of the
510
** lifetime of the
AsyncFile
structure is ended by the caller after OsClose()
514
struct
AsyncFile
{
628
AsyncFileData *p = ((
AsyncFile
*)pFile)->pData;
651
AsyncFileData *p = ((
AsyncFile
*)pFile)->pData
[
all
...]
Completed in 459 milliseconds