Lines Matching refs:messages
34 * logged messages.
270 size_t *messages;
288 queue->messages = (size_t*) mbedtls_calloc( capacity, sizeof(size_t) );
289 if( NULL == queue->messages )
304 if( queue->messages != NULL )
305 mbedtls_free( queue->messages );
329 queue->messages[place] = len;
353 message_length = queue->messages[queue->pos];
354 queue->messages[queue->pos] = 0;
384 *msg_len = queue->messages[queue->pos];
593 * input/output queues to a chosen capacity of messages. Also set the
2376 * send messages in both direction at the same time (with the I/O calls
2790 /* Read three messages from the server, last one with an error */
2887 /* Send two messages to the server, the second one small enough to fit in the