Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest.h39 # define __va_copy(dst,src) ((dst) = (src)) macro
H A Dlsmtest_main.c358 __va_copy(copy, ap); in testMallocVPrintf()