Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dhtmltitle.cpp147 static void StartElement(void *voidContext, in StartElement() argument
151 Context *context = (Context *)voidContext; in StartElement()
165 static void EndElement(void *voidContext, in EndElement() argument
168 Context *context = (Context *)voidContext; in EndElement()
190 static void Characters(void *voidContext, in Characters() argument
194 Context *context = (Context *)voidContext; in Characters()
203 static void cdata(void *voidContext, in cdata() argument
207 Context *context = (Context *)voidContext; in cdata()