Lines Matching defs:state
40 /* Internal state */
41 asn1_bio_state_t state;
126 ctx->state = ASN1_STATE_START;
170 switch (ctx->state) {
196 ctx->state = ASN1_STATE_HEADER_COPY;
210 ctx->state = ASN1_STATE_DATA_COPY;
230 ctx->state = ASN1_STATE_HEADER;
271 ctx->state = next;
289 ctx->state = ex_state;
291 ctx->state = other_state;
374 if (ctx->state == ASN1_STATE_HEADER) {
380 if (ctx->state == ASN1_STATE_POST_COPY) {
387 if (ctx->state == ASN1_STATE_DONE)