Home
last modified time | relevance | path

Searched refs:pSpecs (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/evoab2/
H A DNResultSetMetaData.cxx106 const ColumnProperty *pSpecs = getField(nField); in getColumnLabel() local
107 GParamSpec *pSpec = pSpecs->pField; in getColumnLabel()
H A DNResultSet.cxx245 const ColumnProperty * pSpecs = evoab::getField( nColumnNum ); in getValue() local
246 if ( !pSpecs ) in getValue()
249 GParamSpec* pSpec = pSpecs->pField; in getValue()
250 bool bIsSplittedColumn = pSpecs->bIsSplittedValue; in getValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/evoab2/
H A DNResultSetMetaData.cxx107 const ColumnProperty *pSpecs = getField(nField); in getColumnLabel() local
108 GParamSpec *pSpec = pSpecs->pField; in getColumnLabel()
H A DNResultSet.cxx253 const ColumnProperty * pSpecs = evoab::getField( nColumnNum ); in getValue() local
254 if ( !pSpecs ) in getValue()
257 GParamSpec* pSpec = pSpecs->pField; in getValue()
258 bool bIsSplittedColumn = pSpecs->bIsSplittedValue; in getValue()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxquery.cpp178 void XQNode_t::CopySpecs ( const XQNode_t * pSpecs ) in CopySpecs() argument
180 if ( !pSpecs ) in CopySpecs()
184 m_dSpec.SetFieldSpec ( pSpecs->m_dSpec.m_dFieldMask, pSpecs->m_dSpec.m_iFieldMaxPos ); in CopySpecs()
187 m_dSpec.SetZoneSpec ( pSpecs->m_dSpec.m_dZones ); in CopySpecs()
H A Dsphinxquery.h188 void CopySpecs ( const XQNode_t * pSpecs );
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxquery.h186 void CopySpecs ( const XQNode_t * pSpecs );
H A Dsphinxquery.cpp248 void XQNode_t::CopySpecs ( const XQNode_t * pSpecs ) in CopySpecs() argument
250 if ( !pSpecs ) in CopySpecs()
254 m_dSpec.SetFieldSpec ( pSpecs->m_dSpec.m_dFieldMask, pSpecs->m_dSpec.m_iFieldMaxPos ); in CopySpecs()
257 m_dSpec.SetZoneSpec ( pSpecs->m_dSpec.m_dZones, pSpecs->m_dSpec.m_bZoneSpan ); in CopySpecs()