Home
last modified time | relevance | path

Searched refs:alloc_lengthp (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSUnserializeXML.y623 getString(parser_state_t *state, int *alloc_lengthp) in getString() argument
654 if (alloc_lengthp) { in getString()
655 *alloc_lengthp = length + 1; in getString()
719 if (alloc_lengthp) { in getString()
720 *alloc_lengthp = 0; in getString()
/xnu-11215/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h2234 getString(parser_state_t *state, int *alloc_lengthp) in getString() argument
2265 if (alloc_lengthp) { in getString()
2266 *alloc_lengthp = length + 1; in getString()
2330 if (alloc_lengthp) { in getString()
2331 *alloc_lengthp = 0; in getString()
/xnu-11215/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h2234 getString(parser_state_t *state, int *alloc_lengthp) in getString() argument
2265 if (alloc_lengthp) { in getString()
2266 *alloc_lengthp = length + 1; in getString()
2330 if (alloc_lengthp) { in getString()
2331 *alloc_lengthp = 0; in getString()