MCPcopy Create free account
hub / github.com/MariaDB/server / MoffVal

Method MoffVal

storage/connect/json.cpp:1943–1948  ·  view source on GitHub ↗

/ Replace string pointers by offset. */ /

Source from the content-addressed store, hash-verified

1941/* Replace string pointers by offset. */
1942/***********************************************************************/
1943size_t SWAP::MoffVal(PVL vlp) {
1944 if (vlp->Type == TYPE_STRG)
1945 vlp->Strp = (PSZ)MakeOff(Base, (vlp->Strp));
1946
1947 return MakeOff(Base, vlp);
1948} // end of MoffVal
1949#endif // 0
1950
1951/***********************************************************************/

Callers

nothing calls this directly

Calls 1

MakeOffFunction · 0.85

Tested by

no test coverage detected