Searched refs:teststruct_t (Results 1 – 3 of 3) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct_sqlite/ |
D | main.c | 29 } teststruct_t; typedef 37 LSM_CARRAY (teststruct_t, str1, "str1"), 38 LSM_STRING_PTR (teststruct_t, str2, "str2"), 39 LSM_UNSIGNED (teststruct_t, u8, "u8"), 40 LSM_UNSIGNED (teststruct_t, u16, "u16"), 41 LSM_UNSIGNED (teststruct_t, u32, "u32"), 42 LSM_UNSIGNED (teststruct_t, u64, "u64"), 43 LSM_SIGNED (teststruct_t, s32, "s32"), 47 LSM_SCHEMA_DLL2 (teststruct_t, list, NULL, lsm_teststruct, "apitest") 79 teststruct_t ts, *pts; in main() [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/ |
D | s-c.c | 90 } teststruct_t; typedef 97 teststruct_t *cur, *prev; in main() 126 cur = malloc(sizeof(teststruct_t)); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/ |
D | s-c.c | 91 } teststruct_t; typedef 105 teststruct_t *cur, *prev; in main() 125 cur = malloc(sizeof(teststruct_t)); in main()
|