Searched refs:UPB_STATUS_MAX_MESSAGE (Results 1 – 5 of 5) sorted by relevance
29 strncpy(status->msg, msg, UPB_STATUS_MAX_MESSAGE - 1); in upb_status_seterrmsg()30 status->msg[UPB_STATUS_MAX_MESSAGE - 1] = '\0'; in upb_status_seterrmsg()44 status->msg[UPB_STATUS_MAX_MESSAGE - 1] = '\0'; in upb_status_vseterrf()53 status->msg[UPB_STATUS_MAX_MESSAGE - 1] = '\0'; in upb_status_vappenderrf()
23 #define UPB_STATUS_MAX_MESSAGE 127 macro27 char msg[UPB_STATUS_MAX_MESSAGE]; /* Error message; NULL-terminated. */
388 for (i = 0; i < UPB_STATUS_MAX_MESSAGE + 20; i++) { in test_status_truncation()400 end = MIN(i, UPB_STATUS_MAX_MESSAGE - 1); in test_status_truncation()
168 #define UPB_STATUS_MAX_MESSAGE 127 macro172 char msg[UPB_STATUS_MAX_MESSAGE]; /* Error message; NULL-terminated. */
449 #define UPB_STATUS_MAX_MESSAGE 128 macro515 char msg[UPB_STATUS_MAX_MESSAGE];