Home | History | Annotate | Download | only in camera

Lines Matching refs:extra

399  * extra data, containing response to the query. In case there are extra data,
404 * extra - Optional extra query data. Can be NULL.
405 * extra_size - Extra data size.
410 const void* extra,
416 /* Make sure extra_size is 0 if extra is NULL. */
417 if (extra == NULL && extra_size != 0) {
418 W("%s: 'extra' = NULL, while 'extra_size' = %d",
425 /* 'extra' size + 2 'ok'/'ko' bytes + 1 ':' separator byte. */
429 /* No extra data: just zero-terminated 'ok'/'ko'. */
436 /* Send 'ok[:]'/'ko[:]' next. Note that if there is no extra data, we still
440 /* Send extra data (if present). */
441 if (extra != NULL) {
442 qemud_client_send(qc, (const uint8_t*)extra, extra_size);
1234 * The distinction between these two classes is made by looking at extra