Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
Dcomponentlib.c88 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 …]
Dcrl.h77 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 …]
Dcomponentlib.h69 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 …]
Dcertificate.h110 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 …]
DauthorityKeyIdentifier.h61 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 …]
Dcertificate.c12 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 …]
Dcrl.c12 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 …]
DauthorityKeyIdentifier.c12 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 …]
Dinit.c258 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/
Dslap.h3199 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/
Dtree-ssa-sccvn.cc1309 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 …]
Dpostreload-gcse.cc605 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/
Dsh-protos.h103 extern HOST_WIDE_INT sh_disp_addr_displacement (rtx mem_op);
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-p8swap.cc1200 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/
Di386-expand.cc108 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()