Lines Matching defs:out
178 coap_dgram_read(void *ctx, unsigned char *out, size_t outl) {
189 if (out != NULL) {
192 memcpy(out, data->pdu, outl);
197 memcpy(out, data->pdu, data->pdu_len);
1400 coap_sock_read(void *ctx, unsigned char *out, size_t outl) {
1404 if (out != NULL) {
1405 ret = (int)c_session->sock.lfunc[COAP_LAYER_TLS].l_read(c_session, out, outl);
1995 /* int_ms has not timed out */
2004 /* int_ms has timed out, but not fin_ms */
2016 /* fin_ms has timed out - timed out - one final try */
2026 * return 1 timed out
2027 * 0 still timing out