Searched refs:firstBytesPos (Results 1 – 4 of 4) sorted by relevance
60 int firstBytesPos, in Simstr() argument64 if (anybytes == 0 || slen <= unsigned(firstBytesPos)) in Simstr()72 int maxLen = slen - unsigned(firstBytesPos); in Simstr()77 memcpy(sz,anybytes+firstBytesPos,len); in Simstr()
38 int firstBytesPos,
92 int firstBytesPos, in Simstr() argument96 if (anybytes == 0 || slen <= unsigned(firstBytesPos)) in Simstr()104 int maxLen = slen - unsigned(firstBytesPos); in Simstr()109 memcpy(sz,anybytes+firstBytesPos,len); in Simstr()
43 int firstBytesPos,
Completed in 26 milliseconds