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

Function bsplitcb

src/cbstring/bstrlib.c:2777–2797  ·  view source on GitHub ↗

int bsplitcb (const_bstring str, unsigned char splitChar, int pos, * int (* cb) (void * parm, int ofs, int len), void * parm) * * Iterate the set of disjoint sequential substrings over str divided by the * character in splitChar. * * Note: Non-destructive modification of str from within the cb function * while performing this split is not undefined. bsplitcb behaves in * sequential

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

bsplitscbFunction · 0.85
bsplitstrcbFunction · 0.85
bsplitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected