Searched defs:UNUSED_PARAMETER (Results 1 - 2 of 2) sorted by relevance
/third_party/sqlite/src/ | ||
H A D | shell.c | 440 #define UNUSED_PARAMETER(x) (void)(x) macro 2376 # define UNUSED_PARAMETER(X) (void)(X) macro 3083 # define UNUSED_PARAMETER global() macro [all...] |
H A D | sqlite3.c | 14742 #define UNUSED_PARAMETER(x) (void)(x) macro 179455 #define UNUSED_PARAMETER global() macro 201053 # define UNUSED_PARAMETER global() macro [all...] |
Completed in 139 milliseconds