OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pFd
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/bt/libbt-vendor/src/
bt_vendor_qcom.c
43
int
pFd
[2] = {0,};
142
if(bt_hci_init_transport(
pFd
) != -1){
145
(*fd_array)[CH_CMD] =
pFd
[0];
146
(*fd_array)[CH_EVT] =
pFd
[0];
147
(*fd_array)[CH_ACL_OUT] =
pFd
[1];
148
(*fd_array)[CH_ACL_IN] =
pFd
[1];
160
bt_hci_deinit_transport(
pFd
);
/external/chromium_org/third_party/sqlite/src/src/
test_osinst.c
803
sqlite3_file *
pFd
; /* File descriptor open on vfslog file */
805
char *zFile; /* File name for
pFd
*/
875
p->
pFd
= (sqlite3_file *)&p[1];
876
p->zFile = &((char *)p->
pFd
)[pVfs->szOsFile];
888
rc = pVfs->xOpen(pVfs, p->zFile, p->
pFd
, flags, &flags);
891
p->
pFd
->pMethods->xFileSize(p->
pFd
, &p->nByte);
917
if( p->
pFd
->pMethods ){
918
p->
pFd
->pMethods->xClose(p->
pFd
);
[
all
...]
test_vfs.c
46
TestvfsFd *
pFd
; /* File data */
48
#define tvfsGetFd(pFile) (((TestvfsFile *)pFile)->
pFd
)
323
TestvfsFd *
pFd
= pTestfile->
pFd
;
324
Testvfs *p = (Testvfs *)
pFd
->pVfs->pAppData;
328
Tcl_NewStringObj(
pFd
->zFilename, -1),
pFd
->pShmId, 0
332
if(
pFd
->pShmId ){
333
Tcl_DecrRefCount(
pFd
->pShmId);
334
pFd
->pShmId = 0
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 620 milliseconds