Searched refs:GetParcelLastChar (Results 1 – 4 of 4) sorted by relevance
48 const char* GetParcelLastChar(const HcParcel *parcel);
66 const char *invalidLastChar = GetParcelLastChar(nullptr);68 const char *validLastChar = GetParcelLastChar(&parcelWithData);
91 const char *GetParcelLastChar(const HcParcel *parcel) in GetParcelLastChar() function
130 const char *p = GetParcelLastChar(parcel); in EndWithZero()