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

Function bssplitstrcb

src/cbstring/bstrlib.c:2609–2663  ·  view source on GitHub ↗

int bssplitstrcb (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 the entire substring splitStr. An empty splitStr causes * each character of the stream to be iterated. * * Note: At the point of calling the cb function, the bStream po

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

bssplitscbFunction · 0.85
bfromcstrFunction · 0.85
bsreadaFunction · 0.85
bdestroyFunction · 0.85
binstrFunction · 0.85
bdeleteFunction · 0.85
bseofFunction · 0.85

Tested by

no test coverage detected