Home | History | Annotate | Download | only in src

Lines Matching refs:bYte

644          SYNCML_DM_LOG_CORRUPT    - there was an invalid byte read
748 SYNCML_DM_LOG_CORRUPT - there was an invalid byte read
763 UINT8 bYte;
780 if((ret_code=gotoLastRecord(reader,&bYte, &currentRecordPos)) != SYNCML_DM_SUCCESS)
789 if(bYte == SyncML_DM_WBXMLArchive::END_TAG)
795 if(bYte == (SyncML_DM_WBXMLArchive::ENTRY_START_TAG | SyncML_DM_WBXMLArchive::TAG_CONTENT_MASK))
797 if(reader->readOneLogRecord(&cmdType, &cmdURI, &attribute,&props,&bYte) != SYNCML_DM_SUCCESS)
839 // Read the first byte of data looking for an ENTRY_START_TAG
840 if(reader->readByte(&bYte) != SYNCML_DM_SUCCESS)