Home
last modified time | relevance | path

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

/ext-ds/src/
H A Dcommon.c243 va_list ap; in ds_throw_exception() local
246 va_start(ap, format); in ds_throw_exception()
247 str = vstrpprintf(0, format, ap); in ds_throw_exception()
248 va_end(ap); in ds_throw_exception()

Completed in 4 milliseconds