MCPcopy Create free account
hub / github.com/Unity-Technologies/HLSLcc / bssplitscb

Function bssplitscb

src/cbstring/bstrlib.c:2534–2590  ·  view source on GitHub ↗

int bssplitscb (struct bStream * s, const_bstring splitStr, * int (* cb) (void * parm, int ofs, const_bstring entry), void * parm) * * Iterate the set of disjoint sequential substrings read from a stream * divided by any of the characters in splitStr. An empty splitStr causes * the whole stream to be iterated once. * * Note: At the point of calling the cb function, the bStream pointer

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

bssplitstrcbFunction · 0.85

Calls 5

bfromcstrFunction · 0.85
bsreadaFunction · 0.85
buildCharFieldFunction · 0.85
bsunreadFunction · 0.85
bdestroyFunction · 0.85

Tested by

no test coverage detected