Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Djson.c694 # define JSON_NOINLINE __attribute__((noinline)) macro
696 # define JSON_NOINLINE __declspec(noinline) macro
698 # define JSON_NOINLINE macro
702 static JSON_NOINLINE int jsonParseAddNodeExpand( in jsonParseAddNodeExpand()