Home
last modified time | relevance | path

Searched refs:pVList (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/editors/libreoffice/libreoffice-7.2.6.2/registry/source/
H A Dkeyimpl.cxx693 sal_Int32* pVList = static_cast<sal_Int32*>(rtl_allocateZeroMemory(len * sizeof(sal_Int32))); in getLongListValue() local
699 readINT32(pBuffer.get()+offset, pVList[i]); in getLongListValue()
703 *pValueList = pVList; in getLongListValue()
781 char** pVList = static_cast<char**>(rtl_allocateZeroMemory(len * sizeof(char*))); in getStringListValue() local
795 pVList[i] = pValue; in getStringListValue()
800 *pValueList = pVList; in getStringListValue()
878 …sal_Unicode** pVList = static_cast<sal_Unicode**>(rtl_allocateZeroMemory(len * sizeof(sal_Unicode*… in getUnicodeListValue() local
892 pVList[i] = pValue; in getUnicodeListValue()
897 *pValueList = pVList; in getUnicodeListValue()
H A Dregkey.cxx582 char** pVList = static_cast<char**>(pValueList); in freeValueList() local
585 std::free(pVList[i]); in freeValueList()
588 std::free(pVList); in freeValueList()
593 sal_Unicode** pVList = static_cast<sal_Unicode**>(pValueList); in freeValueList() local
596 std::free(pVList[i]); in freeValueList()
599 std::free(pVList); in freeValueList()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/registry/source/
H A Dkeyimpl.cxx700 sal_Int32* pVList = static_cast<sal_Int32*>(rtl_allocateZeroMemory(len * sizeof(sal_Int32))); in getLongListValue() local
706 readINT32(pBuffer.get()+offset, pVList[i]); in getLongListValue()
710 *pValueList = pVList; in getLongListValue()
788 sal_Char** pVList = static_cast<sal_Char**>(rtl_allocateZeroMemory(len * sizeof(sal_Char*))); in getStringListValue() local
802 pVList[i] = pValue; in getStringListValue()
807 *pValueList = pVList; in getStringListValue()
885 …sal_Unicode** pVList = static_cast<sal_Unicode**>(rtl_allocateZeroMemory(len * sizeof(sal_Unicode*… in getUnicodeListValue() local
899 pVList[i] = pValue; in getUnicodeListValue()
904 *pValueList = pVList; in getUnicodeListValue()
H A Dregkey.cxx582 sal_Char** pVList = static_cast<sal_Char**>(pValueList); in freeValueList() local
585 std::free(pVList[i]); in freeValueList()
588 std::free(pVList); in freeValueList()
593 sal_Unicode** pVList = static_cast<sal_Unicode**>(pValueList); in freeValueList() local
596 std::free(pVList[i]); in freeValueList()
599 std::free(pVList); in freeValueList()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtokenize.c510 assert( pParse->pVList==0 ); in sqlite3RunParser()
603 sqlite3DbFree(db, pParse->pVList); in sqlite3RunParser()
H A DvdbeInt.h376 VList *pVList; /* Name of variables */ member
H A Dexpr.c986 }else if( sqlite3VListNumToName(pParse->pVList, x)==0 ){ in sqlite3ExprAssignVarNumber()
994 x = (ynVar)sqlite3VListNameToNum(pParse->pVList, z, n); in sqlite3ExprAssignVarNumber()
1001 pParse->pVList = sqlite3VListAdd(db, pParse->pVList, z, n, x); in sqlite3ExprAssignVarNumber()
3542 const char *z = sqlite3VListNumToName(pParse->pVList, pExpr->iColumn); in sqlite3ExprCodeTarget()
3544 pParse->pVList[0] = 0; /* Indicate VList may no longer be enlarged */ in sqlite3ExprCodeTarget()
H A Dvdbeapi.c1536 return sqlite3VListNumToName(p->pVList, i); in sqlite3_bind_parameter_name()
1546 return sqlite3VListNameToNum(p->pVList, zName, nName); in sqlite3VdbeParameterIndex()
H A Dvdbeaux.c2008 p->pVList = pParse->pVList; in sqlite3VdbeMakeReady()
2009 pParse->pVList = 0; in sqlite3VdbeMakeReady()
3013 sqlite3DbFree(db, p->pVList); in sqlite3VdbeClearObject()
H A DsqliteInt.h3036 VList *pVList; /* Mapping between variable names and numbers */ member
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtokenize.c601 assert( pParse->pVList==0 );
716 sqlite3DbFree(db, pParse->pVList);
H A DvdbeInt.h411 VList *pVList; /* Name of variables */ member
H A Dvdbeapi.c1595 return sqlite3VListNumToName(p->pVList, i); in sqlite3_bind_parameter_name()
1605 return sqlite3VListNameToNum(p->pVList, zName, nName); in sqlite3VdbeParameterIndex()
H A Dexpr.c1089 }else if( sqlite3VListNumToName(pParse->pVList, x)==0 ){ in sqlite3ExprAssignVarNumber()
1097 x = (ynVar)sqlite3VListNameToNum(pParse->pVList, z, n); in sqlite3ExprAssignVarNumber()
1104 pParse->pVList = sqlite3VListAdd(db, pParse->pVList, z, n, x); in sqlite3ExprAssignVarNumber()
4009 const char *z = sqlite3VListNumToName(pParse->pVList, pExpr->iColumn); in sqlite3ExprCodeTarget()
4011 pParse->pVList[0] = 0; /* Indicate VList may no longer be enlarged */ in sqlite3ExprCodeTarget()
H A Dvdbeaux.c2362 p->pVList = pParse->pVList; in sqlite3VdbeMakeReady()
2363 pParse->pVList = 0; in sqlite3VdbeMakeReady()
3444 sqlite3DbFree(db, p->pVList); in sqlite3VdbeClearObject()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtokenize.c597 assert( pParse->pVList==0 );
714 sqlite3DbFree(db, pParse->pVList);
H A DvdbeInt.h409 VList *pVList; /* Name of variables */ member
H A Dexpr.c1067 }else if( sqlite3VListNumToName(pParse->pVList, x)==0 ){ in sqlite3ExprAssignVarNumber()
1075 x = (ynVar)sqlite3VListNameToNum(pParse->pVList, z, n); in sqlite3ExprAssignVarNumber()
1082 pParse->pVList = sqlite3VListAdd(db, pParse->pVList, z, n, x); in sqlite3ExprAssignVarNumber()
3930 const char *z = sqlite3VListNumToName(pParse->pVList, pExpr->iColumn); in sqlite3ExprCodeTarget()
3932 pParse->pVList[0] = 0; /* Indicate VList may no longer be enlarged */ in sqlite3ExprCodeTarget()
H A Dvdbeapi.c1596 return sqlite3VListNumToName(p->pVList, i); in sqlite3_bind_parameter_name()
1606 return sqlite3VListNameToNum(p->pVList, zName, nName); in sqlite3VdbeParameterIndex()
H A Dvdbeaux.c2383 p->pVList = pParse->pVList; in sqlite3VdbeMakeReady()
2384 pParse->pVList = 0; in sqlite3VdbeMakeReady()
3380 sqlite3DbFree(db, p->pVList); in sqlite3VdbeClearObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtokenize.c599 assert( pParse->pVList==0 );
716 sqlite3DbFree(db, pParse->pVList);
H A DvdbeInt.h410 VList *pVList; /* Name of variables */ member
H A Dvdbeapi.c1595 return sqlite3VListNumToName(p->pVList, i); in sqlite3_bind_parameter_name()
1605 return sqlite3VListNameToNum(p->pVList, zName, nName); in sqlite3VdbeParameterIndex()
H A Dexpr.c1078 }else if( sqlite3VListNumToName(pParse->pVList, x)==0 ){ in sqlite3ExprAssignVarNumber()
1086 x = (ynVar)sqlite3VListNameToNum(pParse->pVList, z, n); in sqlite3ExprAssignVarNumber()
1093 pParse->pVList = sqlite3VListAdd(db, pParse->pVList, z, n, x); in sqlite3ExprAssignVarNumber()
3979 const char *z = sqlite3VListNumToName(pParse->pVList, pExpr->iColumn); in sqlite3ExprCodeTarget()
3981 pParse->pVList[0] = 0; /* Indicate VList may no longer be enlarged */ in sqlite3ExprCodeTarget()
H A Dvdbeaux.c2445 p->pVList = pParse->pVList; in sqlite3VdbeMakeReady()
2446 pParse->pVList = 0; in sqlite3VdbeMakeReady()
3448 sqlite3DbFree(db, p->pVList); in sqlite3VdbeClearObject()

1234567