Home
last modified time | relevance | path

Searched refs:pOrig (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_Llcp.c96 static phNfc_sData_t * phFriNfc_Llcp_AllocateAndCopy(phNfc_sData_t * pOrig) in phFriNfc_Llcp_AllocateAndCopy() argument
100 if (pOrig == NULL) in phFriNfc_Llcp_AllocateAndCopy()
111 pDest->buffer = phOsalNfc_GetMemory(pOrig->length); in phFriNfc_Llcp_AllocateAndCopy()
117 memcpy(pDest->buffer, pOrig->buffer, pOrig->length); in phFriNfc_Llcp_AllocateAndCopy()
118 pDest->length = pOrig->length; in phFriNfc_Llcp_AllocateAndCopy()
/external/sqlite/dist/
Dsqlite3.c30224 u8 *pOrig = (u8 *)pFd->pMapRegion; /* Pointer to current file mapping */
30238 if( pOrig ){
30245 u8 *pReq = &pOrig[nReuse];
30253 pNew = osMremap(pOrig, nReuse, nNew, MREMAP_MAYMOVE);
30262 pNew = pOrig;
30269 osMunmap(pOrig, nReuse);
81409 Expr *pOrig; /* The iCol-th column of the result set */
81414 pOrig = pEList->a[iCol].pExpr;
81415 assert( pOrig!=0 );
81417 pDup = sqlite3ExprDup(db, pOrig, 0);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c30206 u8 *pOrig = (u8 *)pFd->pMapRegion; /* Pointer to current file mapping */
30220 if( pOrig ){
30227 u8 *pReq = &pOrig[nReuse];
30235 pNew = osMremap(pOrig, nReuse, nNew, MREMAP_MAYMOVE);
30244 pNew = pOrig;
30251 osMunmap(pOrig, nReuse);
81391 Expr *pOrig; /* The iCol-th column of the result set */
81396 pOrig = pEList->a[iCol].pExpr;
81397 assert( pOrig!=0 );
81399 pDup = sqlite3ExprDup(db, pOrig, 0);
[all …]