HomeSort by: relevance | last modified time | path
    Searched refs:ComponentSyntaxInfo (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
authorityKeyIdentifier.h 58 int MatchingComponentOtherName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
82 int MatchingComponentORAddress PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
105 int MatchingComponentAttributeTypeAndValue PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
142 int MatchingComponentDirectoryString PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
165 int MatchingComponentEDIPartyName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ))
    [all...]
crl.h 74 int MatchingComponentAlgorithmIdentifier PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
105 int MatchingComponentTime PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
129 int MatchingComponentExtension PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
152 int MatchingComponentAttributeTypeAndValue PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
167 int MatchingComponentExtensions PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ))
    [all...]
certificate.h 107 int MatchingComponentAlgorithmIdentifier PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
138 int MatchingComponentTime PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
162 int MatchingComponentExtension PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
185 int MatchingComponentAttributeTypeAndValue PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
208 int MatchingComponentValidity PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ))
    [all...]
componentlib.h 71 int MatchingComponentBits (char* oid, ComponentSyntaxInfo *bits1 , ComponentSyntaxInfo* bits2);
106 int MatchingComponentBool (char* oid, ComponentSyntaxInfo *a, ComponentSyntaxInfo *b);
125 int MatchingComponentEnum (char *oid, ComponentSyntaxInfo *a, ComponentSyntaxInfo * b);
165 int MatchingComponentInt (char* oid, ComponentSyntaxInfo *a, ComponentSyntaxInfo *b);
195 int MatchingComponentNull (char* oid, ComponentSyntaxInfo *a, ComponentSyntaxInfo *b)
    [all...]
crl.c 36 MatchingComponentTBSCertListSeqOfSeq ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) {
46 rc = MatchingComponentCertificateSerialNumber ( oid, (ComponentSyntaxInfo*)&((ComponentTBSCertListSeqOfSeq*)csi_attr)->userCertificate, (ComponentSyntaxInfo*)&((ComponentTBSCertListSeqOfSeq*)csi_assert)->userCertificate );
49 rc = MatchingComponentTime ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_attr)->revocationDate, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_assert)->revocationDate );
53 rc = MatchingComponentExtensions ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_attr)->crlEntryExtensions, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_assert)->crlEntryExtensions );
318 MatchingComponentTBSCertListSeqOf ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert )
    [all...]
certificate.c 94 MatchingComponentAlgorithmIdentifier ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) {
104 rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentAlgorithmIdentifier*)csi_attr)->algorithm, (ComponentSyntaxInfo*)&((ComponentAlgorithmIdentifier*)csi_assert)->algorithm );
107 rc = SetAnyTypeByComponentOid ((ComponentSyntaxInfo*)&((ComponentAlgorithmIdentifier*)csi_attr)->parameters, (&((ComponentAlgorithmIdentifier*)csi_attr)->algorithm));
320 MatchingComponentTime ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) {
338 rc = MatchingComponentUTCTime ( oid, (ComponentSyntaxInfo*)(v1->a.utcTime), (ComponentSyntaxInfo*)(v2->a.utcTime) );
341 rc = MatchingComponentGeneralizedTime ( oid, (ComponentSyntaxInfo*)(v1->a.generalizedTime), (ComponentSyntaxInfo*)(v2->a.generalizedTime) )
    [all...]
authorityKeyIdentifier.c 36 MatchingComponentOtherName ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) {
46 rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentOtherName*)csi_attr)->type_id, (ComponentSyntaxInfo*)&((ComponentOtherName*)csi_assert)->type_id );
49 rc = SetAnyTypeByComponentOid ((ComponentSyntaxInfo*)&((ComponentOtherName*)csi_attr)->value, (&((ComponentOtherName*)csi_attr)->type_id));
258 MatchingComponentORAddress ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) {
268 rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->type_id, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_assert)->type_id );
271 rc = SetAnyTypeByComponentOid ((ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->value, (&((ComponentORAddress*)csi_attr)->type_id))
    [all...]
init.c 235 rc = odm->BER_Decode ( a->a_comp_data->cd_mem_op, b, (ComponentSyntaxInfo*)&component, &bytesDecoded, mode );
238 rc = odm->GSER_Decode( a->a_comp_data->cd_mem_op, b, (ComponentSyntaxInfo**)component, &bytesDecoded, mode);
266 ComponentSyntaxInfo *csi_attr,
268 ComponentSyntaxInfo** csi, int* len, int mode )
317 comp_convert_asn_to_ldap ( MatchingRule* mr, ComponentSyntaxInfo* csi, struct berval* bv, int *allocated )
456 ComponentSyntaxInfo *csi_attr,
460 ComponentSyntaxInfo *csi_temp = NULL, *csi_assert = NULL, *comp_elmt = NULL;
528 ComponentSyntaxInfo *csi_attr,
532 ComponentSyntaxInfo *csi_assert = NULL;
597 comp_test_components( void* attr_nm, void* assert_nm, ComponentSyntaxInfo* csi_attr, ComponentAssertion* ca)
    [all...]
componentlib.c 42 MatchingComponentBits ( char* oid, ComponentSyntaxInfo *csi_attr,
43 ComponentSyntaxInfo *csi_assert )
399 MatchingComponentBool(char* oid, ComponentSyntaxInfo* csi_attr,
400 ComponentSyntaxInfo* csi_assert )
509 MatchingComponentEnum ( char* oid, ComponentSyntaxInfo *csi_attr,
510 ComponentSyntaxInfo *csi_assert )
718 MatchingComponentInt(char* oid, ComponentSyntaxInfo* csi_attr,
719 ComponentSyntaxInfo* csi_assert )
827 MatchingComponentNull ( char *oid, ComponentSyntaxInfo *csi_attr,
828 ComponentSyntaxInfo *csi_assert
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
filterentry.c 229 sizeof( ComponentSyntaxInfo* )*num_attr_vals );
232 a->a_comp_data->cd_tree = (ComponentSyntaxInfo**)
235 (ComponentSyntaxInfo*) NULL;
724 a->a_comp_data = SLAP_MALLOC( sizeof( ComponentData ) + sizeof( ComponentSyntaxInfo* )*num_attr_vals );
730 a->a_comp_data->cd_tree = (ComponentSyntaxInfo**)((char*)a->a_comp_data + sizeof(ComponentData));
733 a->a_comp_data->cd_tree[ i-1 ] = (ComponentSyntaxInfo*)NULL;
slap.h 3143 typedef struct ComponentSyntaxInfo ComponentSyntaxInfo;
3148 ComponentSyntaxInfo** cd_tree; /* component tree */
3220 ComponentSyntaxInfo** comp_syn_info,
3232 ComponentSyntaxInfo* comp_syn_info,
3239 ComponentSyntaxInfo* comp_syn_info,
3262 ComponentSyntaxInfo* csi_attr,
3264 ComponentSyntaxInfo** csi,
3269 ComponentSyntaxInfo* csi,
3278 ComponentSyntaxInfo* csi
    [all...]
component.c 70 test_comp_filter( Syntax *syn, ComponentSyntaxInfo *a, ComponentFilter *f );
105 ComponentSyntaxInfo *csi_attr = (ComponentSyntaxInfo*)value;
1196 ComponentSyntaxInfo *a,
1220 ComponentSyntaxInfo *a,
1267 ComponentSyntaxInfo *csi_attr,
1311 ComponentSyntaxInfo *a,
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
index.c 492 ComponentSyntaxInfo* csi_attr;
534 csi_attr = ((ComponentSyntaxInfo*)decoded_comp)->csi_comp_desc->cd_extract_i( mem_op, dupped_cr, decoded_comp );

Completed in 30 milliseconds