Searched refs:bError (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.h | 413 WideString GetValidateMessage(bool bError, bool bVersionFlag);
|
D | cxfa_node.cpp | 2689 WideString CXFA_Node::GetValidateMessage(bool bError, bool bVersionFlag) { in GetValidateMessage() argument 2695 if (!bError) { in GetValidateMessage()
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 224467 int bError = 0; 224502 rc = sqlite3Fts5ConfigSetValue(pTab->p.pConfig, zCmd, pVal, &bError); 224505 if( bError ){
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 223697 int bError = 0; 223732 rc = sqlite3Fts5ConfigSetValue(pTab->p.pConfig, zCmd, pVal, &bError); 223735 if( bError ){
|
/external/sqlite/dist/ |
D | sqlite3.c | 223725 int bError = 0; 223760 rc = sqlite3Fts5ConfigSetValue(pTab->p.pConfig, zCmd, pVal, &bError); 223763 if( bError ){
|