Searched refs:ppay (Results 1 - 4 of 4) sorted by relevance
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
H A D | main.c | 227 uint8_t *ppay; in main() local 282 s = lws_buflist_next_segment_len(&paybuf, &ppay); in main() 288 ppay, s); in main()
|
/third_party/libwebsockets/lib/misc/cache-ttl/ |
H A D | lws-cache-ttl.c | 58 size_t size, lws_usec_t expiry, void **ppay) in lws_cache_write_through() 77 source, size, expiry, ppay); in lws_cache_write_through() 56 lws_cache_write_through(struct lws_cache_ttl_lru *cache, const char *specific_key, const uint8_t *source, size_t size, lws_usec_t expiry, void **ppay) lws_cache_write_through() argument
|
/third_party/libwebsockets/lib/system/smd/ |
H A D | smd.c | 72 lws_smd_msg_free(void **ppay) in lws_smd_msg_free() argument 74 lws_smd_msg_t *msg = (lws_smd_msg_t *)(((uint8_t *)*ppay) - in lws_smd_msg_free() 79 *ppay = NULL; in lws_smd_msg_free()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-cache-ttl.h | 64 * \param ppay: NULL, or a pointer to a void * to be set to the L1 payload 77 size_t size, lws_usec_t expiry, void **ppay);
|
Completed in 3 milliseconds