Home | History | Annotate | Download | only in comp_match

Lines Matching refs:thisUpdate

578 	rc =	MatchingComponentTime ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->thisUpdate, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_assert)->thisUpdate );
625 if ( ( comp->thisUpdate->identifier.bv_val && strncmp(comp->thisUpdate->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->thisUpdate->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
627 return comp->thisUpdate;
630 return ExtractingComponentTime ( mem_op, cr, comp->thisUpdate );
739 rc = BDecComponentTime (mem_op, b, tagId1, elmtLen1, (&k->thisUpdate), &totalElmtsLen1, mode);
741 (k->thisUpdate)->identifier.bv_val = (k->thisUpdate)->id_buf;
742 (k->thisUpdate)->identifier.bv_len = strlen("thisUpdate");
743 strcpy( (k->thisUpdate)->identifier.bv_val, "thisUpdate");
935 if ( strncmp( peek_head, "thisUpdate", strlen("thisUpdate") ) == 0 ) {
936 rc = GDecComponentTime (mem_op, b, (&k->thisUpdate), bytesDecoded, mode);
938 ( k->thisUpdate)->identifier.bv_val = peek_head;
939 ( k->thisUpdate)->identifier.bv_len = strLen;