Home
last modified time | relevance | path

Searched refs:startPtr (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOModule.cpp245 const char *startPtr = (const char*)mem; in makeBuffer() local
246 return MemoryBuffer::getMemBuffer(StringRef(startPtr, length), name, false); in makeBuffer()
/openbsd-src/lib/libexpat/lib/
H A Dxmlparse.c491 const char **startPtr, const char *end,
496 const char **startPtr, const char *end,
4104 /* startPtr gets set to non-null if the section is closed, and to null if in doCdataSection()
4108 doCdataSection(XML_Parser parser, const ENCODING *enc, const char **startPtr, in doCdataSection()
4111 const char *s = *startPtr; in doCdataSection()
4123 *startPtr = NULL; in doCdataSection()
4149 *startPtr = next; in doCdataSection()
4246 /* startPtr gets set to non-null is the section is closed, and to null in doIgnoreSection()
4250 doIgnoreSection(XML_Parser parser, const ENCODING *enc, const char **startPtr, in doIgnoreSection()
4252 const char *next = *startPtr; /* i in doIgnoreSection()
4091 doCdataSection(XML_Parser parser,const ENCODING * enc,const char ** startPtr,const char * end,const char ** nextPtr,XML_Bool haveMore,enum XML_Account account) doCdataSection() argument
4233 doIgnoreSection(XML_Parser parser,const ENCODING * enc,const char ** startPtr,const char * end,const char ** nextPtr,XML_Bool haveMore) doIgnoreSection() argument
[all...]