Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbBlobCmp

Compare two blobs.

Declaration

NINT ctdbBlobCmp(pCTBLOB left, pCTBLOB right)

Description

ctdbBlobCmp() compares two blobs.

  • left [in] the first blob pointer.
  • right [in] the second blob pointer

Returns

ctdbBlobCmp() return a negative value if left < right, positive if left > right, and zero if both blobs are equal

See also

ctdbBlobGetData(), ctdbBlobClear(), ctdbBlobGetSize(), ctdbBlobSet()

TOCIndex