Searched refs:pId (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos.c55 int sqlite3OsClose(sqlite3_file *pId){ argument
57 if( pId->pMethods ){
58 rc = pId->pMethods->xClose(pId);
59 pId->pMethods = 0;
H A Dos_unix.c223 struct vxworksFileId *pId; /* Unique file ID */ member in struct:unixFile
804 static void vxworksReleaseFileId(struct vxworksFileId *pId){ argument
806 assert( pId->nRef>0 );
807 pId->nRef--;
808 if( pId->nRef==0 ){
810 for(pp=&vxworksFileList; *pp && *pp!=pId; pp = &((*pp)->pNext)){}
811 assert( *pp==pId );
812 *pp = pId->pNext;
813 sqlite3_free(pId);
919 struct vxworksFileId *pId; /* Uniqu member in struct:unixFileId
4474 fillInUnixFile( sqlite3_vfs *pVfs, int h, int syncDir, sqlite3_file *pId, const char *zFilename, int noLock, int isDelete, int isReadOnly ) argument
[all...]
H A Dtest_vfs.c533 Tcl_Obj *pId = 0; local
561 pId = Tcl_GetObjResult(p->interp);
569 if( !pId ){
570 pId = Tcl_NewStringObj("anon", -1);
572 Tcl_IncrRefCount(pId);
573 pFd->pShmId = pId;
H A Dpragma.c311 Token *pId; /* Pointer to <id> token */ local
322 iDb = sqlite3TwoPartName(pParse, pId1, pId2, &pId);
333 zLeft = sqlite3NameFromToken(db, pId);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c13999 SQLITE_PRIVATE int sqlite3OsClose(sqlite3_file *pId){ argument
14001 if( pId->pMethods ){
14002 rc = pId->pMethods->xClose(pId);
14003 pId->pMethods = 0;
24159 struct vxworksFileId *pId; /* Unique file ID */ member in struct:unixFile
24945 static void vxworksReleaseFileId(struct vxworksFileId *pId){ argument
24947 assert( pId->nRef>0 );
24948 pId->nRef--;
24949 if( pId
25060 struct vxworksFileId *pId; /* Unique file ID for vxworks. */ member in struct:unixFileId
28615 fillInUnixFile( sqlite3_vfs *pVfs, int h, int syncDir, sqlite3_file *pId, const char *zFilename, int noLock, int isDelete, int isReadOnly ) argument
87847 Token *pId; /* Pointer to <id> token */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c15795 SQLITE_PRIVATE int sqlite3OsClose(sqlite3_file *pId){ argument
15797 if( pId->pMethods ){
15798 rc = pId->pMethods->xClose(pId);
15799 pId->pMethods = 0;
24275 struct vxworksFileId *pId; /* Unique file ID */ member in struct:unixFile
25187 static void vxworksReleaseFileId(struct vxworksFileId *pId){ argument
25189 assert( pId->nRef>0 );
25190 pId->nRef--;
25191 if( pId
25302 struct vxworksFileId *pId; /* Unique file ID for vxworks. */ member in struct:unixFileId
29460 fillInUnixFile( sqlite3_vfs *pVfs, int h, sqlite3_file *pId, const char *zFilename, int ctrlFlags ) argument
98916 Token *pId; /* Pointer to <id> token */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c15795 SQLITE_PRIVATE int sqlite3OsClose(sqlite3_file *pId){ argument
15797 if( pId->pMethods ){
15798 rc = pId->pMethods->xClose(pId);
15799 pId->pMethods = 0;
24282 struct vxworksFileId *pId; /* Unique file ID */ member in struct:unixFile
25205 static void vxworksReleaseFileId(struct vxworksFileId *pId){ argument
25207 assert( pId->nRef>0 );
25208 pId->nRef--;
25209 if( pId
25320 struct vxworksFileId *pId; /* Unique file ID for vxworks. */ member in struct:unixFileId
29480 fillInUnixFile( sqlite3_vfs *pVfs, int h, sqlite3_file *pId, const char *zFilename, int ctrlFlags ) argument
98936 Token *pId; /* Pointer to <id> token */ local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
H A Dh264-svc-99-640x360.rtpdump15504 �ʏ��W�T���d�bNY�|�so��8R[�2\mX��ꯉ���t����ᵋ��i�</f�,�puP��A/�ӻې�d�u@���br�>�}i׋Rq�������R��w�]P����{ޖk6v6��m�jB0T s}pId�в�c���<��"�k��᫩��� ؊{�O� 1��w����'`��,��x#���6��@��0)̌w��?���qJ�(� ��[A^�"O����ך��@���b�{��@6e���ݧ����Y�E�km�O0s+g��Ô"n£ŧO�Ȣ���P�ľ ��~W� 羒��8�_s��UB V��� ��.�܋a���澟�IS�8h�w/���g�# �qW�(�G������s_��L��i��+���[�!�zH�o�� �-�����J��s�\x�͂����p$�����3�W��i1����h��A'��9�� ݳQ�E� �\]��>�N����C��͜g跈p��X�x)���†L�t�y�L���#-N��R����m���^��QR��#P��,��1&8l�ڴ�sm��Gu%j���b���VA�}��0�`I�0r��5jq~l{��N������j��>���3_�=Av�1ڐ!#\c,6C����~

Completed in 1603 milliseconds