Home
last modified time | relevance | path

Searched refs:mytest (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lwsac/
H A Dmain.c12 struct mytest { struct
19 /* converts a ptr to struct mytest .list_next to a ptr to struct mytest */
20 #define list_to_mytest(p) lws_list_ptr_container(p, struct mytest, list_next)
27 struct mytest *m; in main()
37 * 1) allocate and create 1000 struct mytest in a linked-list in main()
/third_party/zlib/
H A Dconfigure652 int mytest(const char *fmt, ...)
663 return (mytest("Hello%d\n", 1));
673 int mytest(const char *fmt, ...)
685 return (mytest("Hello%d\n", 1));
711 int mytest(const char *fmt, ...)
723 return (mytest("Hello%d\n", 1));
744 int mytest()
752 return (mytest());
762 int mytest()
769 return (mytest());
[all...]

Completed in 2 milliseconds