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

Function bsplitstrcb

src/cbstring/bstrlib.c:2864–2895  ·  view source on GitHub ↗

int bsplitstrcb (const_bstring str, const_bstring splitStr, int pos, * int (* cb) (void * parm, int ofs, int len), void * parm) * * Iterate the set of disjoint sequential substrings over str divided by the * substring splitStr. An empty splitStr causes the whole str to be * iterated once. * * Note: Non-destructive modification of str from within the cb function * while performing th

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

bsplitstrFunction · 0.85

Calls 1

bsplitcbFunction · 0.85

Tested by

no test coverage detected