Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dhtmltitle.cpp145 static void StartElement(void *voidContext, in StartElement() argument
149 Context *context = (Context *)voidContext; in StartElement()
163 static void EndElement(void *voidContext, in EndElement() argument
166 Context *context = (Context *)voidContext; in EndElement()
188 static void Characters(void *voidContext, in Characters() argument
192 Context *context = (Context *)voidContext; in Characters()
201 static void cdata(void *voidContext, in cdata() argument
205 Context *context = (Context *)voidContext; in cdata()