Home
last modified time | relevance | path

Searched refs:bError (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h413 WideString GetValidateMessage(bool bError, bool bVersionFlag);
Dcxfa_node.cpp2689 WideString CXFA_Node::GetValidateMessage(bool bError, bool bVersionFlag) { in GetValidateMessage() argument
2695 if (!bError) { in GetValidateMessage()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c224467 int bError = 0;
224502 rc = sqlite3Fts5ConfigSetValue(pTab->p.pConfig, zCmd, pVal, &bError);
224505 if( bError ){
/external/sqlite/dist/orig/
Dsqlite3.c223697 int bError = 0;
223732 rc = sqlite3Fts5ConfigSetValue(pTab->p.pConfig, zCmd, pVal, &bError);
223735 if( bError ){
/external/sqlite/dist/
Dsqlite3.c223725 int bError = 0;
223760 rc = sqlite3Fts5ConfigSetValue(pTab->p.pConfig, zCmd, pVal, &bError);
223763 if( bError ){