| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| D | componentlib.c | 88 GDecComponentBits ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) in GDecComponentBits() argument 100 *k2 = (ComponentBits*) CompAlloc( mem_op, sizeof( ComponentBits ) ); in GDecComponentBits() 105 if ( GDecAsnBitsContent ( mem_op, b, &result, bytesDecoded ) < 0 ) { in GDecComponentBits() 106 if ( k ) CompFree( mem_op, k ); in GDecComponentBits() 119 BDecComponentBitsTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentBitsTag() argument 120 return BDecComponentBits ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentBitsTag() 124 BDecComponentBits ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *v, in BDecComponentBits() argument 137 *k2 = (ComponentBits*) CompAlloc( mem_op, sizeof( ComponentBits ) ); in BDecComponentBits() 144 rc = BDecAsnBits ( mem_op, b, &result, bytesDecoded ); in BDecComponentBits() 146 rc = BDecAsnBitsContent ( mem_op, b, tagId, len, &result, bytesDecoded ); in BDecComponentBits() [all …]
|
| D | crl.h | 77 void* ExtractingComponentAlgorithmIdentifier PROTO (( void* mem_op, ComponentReference *cr, Compone… 80 int BDecComponentAlgorithmIdentifier PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLe… 83 int GDecComponentAlgorithmIdentifier PROTO (( void* mem_op, GenBuf * b, ComponentAlgorithmIdentifie… 108 void* ExtractingComponentTime PROTO (( void* mem_op, ComponentReference *cr, ComponentTime *comp )); 111 int BDecComponentTime PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentTi… 114 int GDecComponentTime PROTO (( void* mem_op, GenBuf * b, ComponentTime **v, AsnLen *bytesDecoded, i… 132 void* ExtractingComponentExtension PROTO (( void* mem_op, ComponentReference *cr, ComponentExtensio… 135 int BDecComponentExtension PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, Compon… 138 int GDecComponentExtension PROTO (( void* mem_op, GenBuf * b, ComponentExtension **v, AsnLen *bytes… 155 void* ExtractingComponentAttributeTypeAndValue PROTO (( void* mem_op, ComponentReference *cr, Compo… [all …]
|
| D | componentlib.h | 69 int GDecComponentBits (void* mem_op, GenBuf *b, void *result, AsnLen *bytesDecoded, int mode); 70 int BDecComponentBits (void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *result, AsnLen *byt… 72 #define ExtractingComponentBits( mem_op, cr,data ) NULL argument 86 int GDecComponentBMPString (void* mem_op, GenBuf *b, void *result, AsnLen *bytesDecoded, int mode); 87 int BDecComponentBMPString (void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *result, AsnLen… 89 #define ExtractingComponentBMPString( mem_op, cr, data ) NULL argument 104 int GDecComponentBool ( void* mem_op, GenBuf *b, void *result, AsnLen *bytesDecoded, int mode); 105 int BDecComponentBool ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *result, AsnLen *by… 107 #define ExtractingComponentBool( mem_op, cr, data ) NULL argument 123 int GDecComponentEnum ( void* mem_op, GenBuf *a, void *result, AsnLen *bytesDecoded,int mode); [all …]
|
| D | certificate.h | 110 void* ExtractingComponentAlgorithmIdentifier PROTO (( void* mem_op, ComponentReference *cr, Compone… 113 int BDecComponentAlgorithmIdentifier PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLe… 116 int GDecComponentAlgorithmIdentifier PROTO (( void* mem_op, GenBuf * b, ComponentAlgorithmIdentifie… 141 void* ExtractingComponentTime PROTO (( void* mem_op, ComponentReference *cr, ComponentTime *comp )); 144 int BDecComponentTime PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentTi… 147 int GDecComponentTime PROTO (( void* mem_op, GenBuf * b, ComponentTime **v, AsnLen *bytesDecoded, i… 165 void* ExtractingComponentExtension PROTO (( void* mem_op, ComponentReference *cr, ComponentExtensio… 168 int BDecComponentExtension PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, Compon… 171 int GDecComponentExtension PROTO (( void* mem_op, GenBuf * b, ComponentExtension **v, AsnLen *bytes… 188 void* ExtractingComponentAttributeTypeAndValue PROTO (( void* mem_op, ComponentReference *cr, Compo… [all …]
|
| D | authorityKeyIdentifier.h | 61 void* ExtractingComponentOtherName PROTO (( void* mem_op, ComponentReference *cr, ComponentOtherNam… 64 int BDecComponentOtherName PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, Compon… 67 int GDecComponentOtherName PROTO (( void* mem_op, GenBuf * b, ComponentOtherName **v, AsnLen *bytes… 85 void* ExtractingComponentORAddress PROTO (( void* mem_op, ComponentReference *cr, ComponentORAddres… 88 int BDecComponentORAddress PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, Compon… 91 int GDecComponentORAddress PROTO (( void* mem_op, GenBuf * b, ComponentORAddress **v, AsnLen *bytes… 108 void* ExtractingComponentAttributeTypeAndValue PROTO (( void* mem_op, ComponentReference *cr, Compo… 111 int BDecComponentAttributeTypeAndValue PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmt… 114 int GDecComponentAttributeTypeAndValue PROTO (( void* mem_op, GenBuf * b, ComponentAttributeTypeAnd… 145 void* ExtractingComponentDirectoryString PROTO (( void* mem_op, ComponentReference *cr, ComponentDi… [all …]
|
| D | certificate.c | 12 BDecComponentCertificateTop( void* mem_op, GenBuf* b, void **v, AsnLen* bytesDecoded,int mode) { in BDecComponentCertificateTop() argument 23 …return BDecComponentCertificate( mem_op, b, tag, elmtLen, (ComponentCertificate**)v,(AsnLen*)bytes… in BDecComponentCertificateTop() 115 ExtractingComponentAlgorithmIdentifier ( void* mem_op, ComponentReference* cr, ComponentAlgorithmId… in ExtractingComponentAlgorithmIdentifier() argument 139 void* mem_op _AND_ 168 … rc = BDecComponentOid (mem_op, b, tagId1, elmtLen1, (&k->algorithm), &totalElmtsLen1, mode); 192 rc = BDecComponentAnyDefinedBy (mem_op,b, (&k->parameters), &totalElmtsLen1, mode ); 210 …*v = t = (ComponentAlgorithmIdentifier*) CompAlloc( mem_op, sizeof(ComponentAlgorithmIdentifier) ); 215 t->comp_desc = CompAlloc( mem_op, sizeof( ComponentDesc ) ); 232 GDecComponentAlgorithmIdentifier PARAMS (( mem_op,b, v, bytesDecoded, mode), 233 void* mem_op _AND_ [all …]
|
| D | crl.c | 12 BDecComponentCertificateListTop( void* mem_op, GenBuf* b, void *v, AsnLen* bytesDecoded,int mode) { in BDecComponentCertificateListTop() argument 23 …return BDecComponentCertificateList( mem_op, b, tag, elmtLen, ( ComponentCertificateList**)v, (Asn… in BDecComponentCertificateListTop() 61 ExtractingComponentTBSCertListSeqOfSeq ( void* mem_op, ComponentReference* cr, ComponentTBSCertList… in ExtractingComponentTBSCertListSeqOfSeq() argument 75 … return ExtractingComponentTime ( mem_op, cr, comp->revocationDate ); in ExtractingComponentTBSCertListSeqOfSeq() 83 … return ExtractingComponentExtensions ( mem_op, cr, comp->crlEntryExtensions ); in ExtractingComponentTBSCertListSeqOfSeq() 91 void* mem_op _AND_ 123 …rc = BDecComponentCertificateSerialNumber (mem_op, b, tagId1, elmtLen1, (&k->userCertificate), &to… 141 … rc = BDecComponentTime (mem_op, b, tagId1, elmtLen1, (&k->revocationDate), &totalElmtsLen1, mode); 167 …rc = BDecComponentExtensions (mem_op, b, tagId1, elmtLen1, (&k->crlEntryExtensions), &totalElmtsLe… 185 …*v = t = (ComponentTBSCertListSeqOfSeq*) CompAlloc( mem_op, sizeof(ComponentTBSCertListSeqOfSeq) ); [all …]
|
| D | authorityKeyIdentifier.c | 12 BDecComponentAuthorityKeyIdentifierTop( void* mem_op, GenBuf* b, void *v, AsnLen* bytesDecoded,int … in BDecComponentAuthorityKeyIdentifierTop() argument 23 …return BDecComponentAuthorityKeyIdentifier( mem_op, b, tag, elmtLen, ( ComponentAuthorityKeyIdenti… in BDecComponentAuthorityKeyIdentifierTop() 57 ExtractingComponentOtherName ( void* mem_op, ComponentReference* cr, ComponentOtherName *comp ) in ExtractingComponentOtherName() argument 77 void* mem_op _AND_ 109 … rc = BDecComponentOid (mem_op, b, tagId1, elmtLen1, (&k->type_id), &totalElmtsLen1, mode); 125 rc = BDecComponentAnyDefinedBy (mem_op,b, (&k->value), &totalElmtsLen1, mode ); 148 *v = t = (ComponentOtherName*) CompAlloc( mem_op, sizeof(ComponentOtherName) ); 153 t->comp_desc = CompAlloc( mem_op, sizeof( ComponentDesc ) ); 170 GDecComponentOtherName PARAMS (( mem_op,b, v, bytesDecoded, mode), 171 void* mem_op _AND_ [all …]
|
| D | init.c | 258 comp_free_component ( void* mem_op ) { in comp_free_component() argument 259 ShutdownNibbleMemLocal( (NibbleMem*)mem_op ); in comp_free_component() 265 void* mem_op, in comp_convert_assert_to_comp() argument 283 rc = (*decoder)( mem_op, genBuf, csi, len, mode ); in comp_convert_assert_to_comp() 742 comp_component_encoder ( void* mem_op, ComponentSyntaxInfo* csi , struct berval* nval ) { in comp_component_encoder() argument 763 if ( mem_op ) in comp_component_encoder() 764 nval->bv_val = CompAlloc( mem_op, bv.bv_len ); in comp_component_encoder() 788 if ( mem_op ) in comp_component_encoder() 789 nval->bv_val = CompAlloc ( mem_op, size ); in comp_component_encoder()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | slap.h | 3199 void* mem_op, 3209 void* mem_op, 3218 void* mem_op, 3225 void* mem_op, 3242 void *mem_op, 3254 void* mem_op)); 3269 void* mem_op,
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-sccvn.cc | 1309 vn_reference_op_t mem_op = &(*ops)[i - 1]; in vn_reference_fold_indirect() local 1322 = (poly_offset_int::from (wi::to_poly_wide (mem_op->op0), in vn_reference_fold_indirect() 1325 mem_op->op0 = wide_int_to_tree (TREE_TYPE (mem_op->op0), off); in vn_reference_fold_indirect() 1327 if (tree_fits_shwi_p (mem_op->op0)) in vn_reference_fold_indirect() 1328 mem_op->off = tree_to_shwi (mem_op->op0); in vn_reference_fold_indirect() 1330 mem_op->off = -1; in vn_reference_fold_indirect() 1349 vn_reference_op_t mem_op = &(*ops)[i - 1]; in vn_reference_maybe_forwprop_address() local 1363 off = poly_offset_int::from (wi::to_poly_wide (mem_op->op0), SIGNED); in vn_reference_maybe_forwprop_address() 1398 = wide_int_to_tree (TREE_TYPE (mem_op->op0), in vn_reference_maybe_forwprop_address() 1438 mem_op->op0 = wide_int_to_tree (TREE_TYPE (mem_op->op0), off); in vn_reference_maybe_forwprop_address() [all …]
|
| D | postreload-gcse.cc | 605 rtx mem_op = (rtx) data; in find_mem_conflicts() local 618 if (true_dependence (dest, GET_MODE (dest), mem_op)) in find_mem_conflicts()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/ |
| D | sh-protos.h | 103 extern HOST_WIDE_INT sh_disp_addr_displacement (rtx mem_op);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000-p8swap.cc | 1200 rtx mem_op = SET_SRC (body); in permute_load() local 1211 rtx sel = gen_rtx_VEC_SELECT (mode, mem_op, par); in permute_load()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386-expand.cc | 108 rtx mem_op = NULL_RTX; in split_double_mode() local 139 if (mem_op && rtx_equal_p (op, mem_op)) in split_double_mode() 146 mem_op = op; in split_double_mode()
|