Home
last modified time | relevance | path

Searched defs:mem_op (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.c88 GDecComponentBits ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) in GDecComponentBits()
119 BDecComponentBitsTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentBitsTag()
124 BDecComponentBits ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *v, in BDecComponentBits()
178 GDecComponentBMPString ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode) in GDecComponentBMPString()
213 BDecComponentBMPStringTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentBMPStringTag()
218 BDecComponentBMPString ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *v, in BDecComponentBMPString()
272 GDecComponentUTF8String ( void* mem_op, GenBuf *b, void *v, in GDecComponentUTF8String()
306 BDecComponentUTF8StringTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentUTF8StringTag()
311 BDecComponentUTF8String ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, in BDecComponentUTF8String()
364 GDecComponentTeletexString ( void* mem_op, GenBuf *b, void *v, in GDecComponentTeletexString()
[all …]
H A Dcomponentlib.h72 #define ExtractingComponentBits( mem_op, cr,data ) NULL argument
89 #define ExtractingComponentBMPString( mem_op, cr, data ) NULL argument
107 #define ExtractingComponentBool( mem_op, cr, data ) NULL argument
126 #define ExtractingComponentEnum( mem_op, cr, data ) NULL argument
146 #define ExtractingComponentIA5String(mem_op, cr,data) NULL argument
166 #define ExtractingComponentInt(mem_op, cr,data) NULL argument
196 #define ExtractingComponentNull(mem_op, cr, data) NULL argument
214 #define ExtractingComponentNumericString(mem_op, cr,data) NULL argument
234 #define ExtractingComponentOcts(mem_op,cr,data) NULL argument
253 #define ExtractingComponentOid(mem_op, cr, data) NULL argument
[all …]
H A Dcertificate.c12 BDecComponentCertificateTop( void* mem_op, GenBuf* b, void **v, AsnLen* bytesDecoded,int mode) { in BDecComponentCertificateTop()
115 ExtractingComponentAlgorithmIdentifier ( void* mem_op, ComponentReference* cr, ComponentAlgorithmId… in ExtractingComponentAlgorithmIdentifier()
350 ExtractingComponentTime ( void* mem_op, ComponentReference* cr, ComponentTime *comp ) in ExtractingComponentTime()
547 ExtractingComponentExtension ( void* mem_op, ComponentReference* cr, ComponentExtension *comp ) in ExtractingComponentExtension()
817 ExtractingComponentAttributeTypeAndValue ( void* mem_op, ComponentReference* cr, ComponentAttribute… in ExtractingComponentAttributeTypeAndValue()
1031 ExtractingComponentValidity ( void* mem_op, ComponentReference* cr, ComponentValidity *comp ) in ExtractingComponentValidity()
1258 ExtractingComponentSubjectPublicKeyInfo ( void* mem_op, ComponentReference* cr, ComponentSubjectPub… in ExtractingComponentSubjectPublicKeyInfo()
1489 ExtractingComponentExtensions ( void* mem_op, ComponentReference* cr, ComponentExtensions *comp ) in ExtractingComponentExtensions()
1732 ExtractingComponentRelativeDistinguishedName ( void* mem_op, ComponentReference* cr, ComponentRelat… in ExtractingComponentRelativeDistinguishedName()
1970 ExtractingComponentRDNSequence ( void* mem_op, ComponentReference* cr, ComponentRDNSequence *comp ) in ExtractingComponentRDNSequence()
[all …]
H A DauthorityKeyIdentifier.c12 BDecComponentAuthorityKeyIdentifierTop( void* mem_op, GenBuf* b, void *v, AsnLen* bytesDecoded,int … in BDecComponentAuthorityKeyIdentifierTop()
57 ExtractingComponentOtherName ( void* mem_op, ComponentReference* cr, ComponentOtherName *comp ) in ExtractingComponentOtherName()
282 ExtractingComponentORAddress ( void* mem_op, ComponentReference* cr, ComponentORAddress *comp ) in ExtractingComponentORAddress()
559 ExtractingComponentDirectoryString ( void* mem_op, ComponentReference* cr, ComponentDirectoryString… in ExtractingComponentDirectoryString()
836 ExtractingComponentEDIPartyName ( void* mem_op, ComponentReference* cr, ComponentEDIPartyName *comp… in ExtractingComponentEDIPartyName()
1101 ExtractingComponentGeneralName ( void* mem_op, ComponentReference* cr, ComponentGeneralName *comp ) in ExtractingComponentGeneralName()
1577 ExtractingComponentGeneralNames ( void* mem_op, ComponentReference* cr, ComponentGeneralNames *comp… in ExtractingComponentGeneralNames()
1800 ExtractingComponentAuthorityKeyIdentifier ( void* mem_op, ComponentReference* cr, ComponentAuthorit… in ExtractingComponentAuthorityKeyIdentifier()
H A Dcrl.c12 BDecComponentCertificateListTop( void* mem_op, GenBuf* b, void *v, AsnLen* bytesDecoded,int mode) { in BDecComponentCertificateListTop()
61 ExtractingComponentTBSCertListSeqOfSeq ( void* mem_op, ComponentReference* cr, ComponentTBSCertList… in ExtractingComponentTBSCertListSeqOfSeq()
348 ExtractingComponentTBSCertListSeqOf ( void* mem_op, ComponentReference* cr, ComponentTBSCertListSeq… in ExtractingComponentTBSCertListSeqOf()
598 ExtractingComponentTBSCertList ( void* mem_op, ComponentReference* cr, ComponentTBSCertList *comp ) in ExtractingComponentTBSCertList()
1052 ExtractingComponentCertificateList ( void* mem_op, ComponentReference* cr, ComponentCertificateList… in ExtractingComponentCertificateList()
H A Dinit.c258 comp_free_component ( void* mem_op ) { in comp_free_component()
265 void* mem_op, in comp_convert_assert_to_comp()
742 comp_component_encoder ( void* mem_op, ComponentSyntaxInfo* csi , struct berval* nval ) { in comp_component_encoder()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpostreload-gcse.c606 rtx mem_op = (rtx) data; in find_mem_conflicts() local
H A Dtree-ssa-sccvn.c1234 vn_reference_op_t mem_op = &(*ops)[i - 1]; in vn_reference_fold_indirect() local
1274 vn_reference_op_t mem_op = &(*ops)[i - 1]; in vn_reference_maybe_forwprop_address() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpostreload-gcse.cc605 rtx mem_op = (rtx) data; in find_mem_conflicts() local
H A Dtree-ssa-sccvn.cc1309 vn_reference_op_t mem_op = &(*ops)[i - 1]; in vn_reference_fold_indirect() local
1349 vn_reference_op_t mem_op = &(*ops)[i - 1]; in vn_reference_maybe_forwprop_address() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-p8swap.c1180 rtx mem_op = SET_SRC (body); in permute_load() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-p8swap.cc1200 rtx mem_op = SET_SRC (body); in permute_load() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c108 rtx mem_op = NULL_RTX; in split_double_mode() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc108 rtx mem_op = NULL_RTX; in split_double_mode() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc26077 int mem_op = load ? 1 : 0; in aarch64_swap_ldrstr_operands() local