Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest1.c1804 typedef struct CreateFunctionV2 CreateFunctionV2; typedef
1805 struct CreateFunctionV2 { struct
1819 CreateFunctionV2 *p = (CreateFunctionV2 *)pUser; in cf2Destroy() argument
1842 CreateFunctionV2 *p; in test_create_function_v2()
1874 p = sqlite3_malloc(sizeof(CreateFunctionV2)); in test_create_function_v2()
1876 memset(p, 0, sizeof(CreateFunctionV2)); in test_create_function_v2()