Lines Matching defs:compact
15 char temp[MAX_SIZE], compact[MAX_SIZE];
146 n = lws_jws_write_flattened_json(&jws, compact, sizeof(compact));
148 /* create the compact JWS representation */
149 n = lws_jws_write_compact(&jws, compact, sizeof(compact));
155 /* dump the compact JWS representation on stdout */
157 if (write(1, compact,
161 strlen(compact)) < 0) {
167 /* perform the verify directly on the compact representation */