Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/type/
H A Dpack.c241 uint64_t tagNextValue; // Next tag value member
458 this->tagNextValue = pckReadU64Internal(this); in pckReadTagNext()
471 this->tagNextValue = (tag >> 2) & 0x3; in pckReadTagNext()
485 this->tagNextValue = (tag >> 3) & 0x1; in pckReadTagNext()
498 this->tagNextValue = 0; in pckReadTagNext()
573 if (packTypeMapData[this->tagNextTypeMap].size && this->tagNextValue != 0) in pckReadTag()
593 FUNCTION_TEST_RETURN(this->tagNextValue); in pckReadTag()
1112 this->tagStackTop->idLast, this->tagNextId, this->tagNextTypeMap, this->tagNextValue); in pckReadToLog()