Home
last modified time | relevance | path

Searched defs:hello (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c46 z_const char hello[] = "hello, hello!"; variable
H A Dexample.c51 z_const char hello[] = "hello, hello! I said hello, hello!"; variable
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c29 static z_const char hello[] = "hello, hello!"; variable
/f-stack/dpdk/drivers/net/memif/
H A Dmemif.h138 memif_msg_hello_t hello; member
/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c2419 void sentinelProcessHelloMessage(char *hello, int hello_len) { in sentinelProcessHelloMessage()