Home
last modified time | relevance | path

Searched refs:ATTRIBUTE_INFO (Results 1 – 11 of 11) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dext_chk.c179 const ATTRIBUTE_INFO *attributeInfoPtr; in INOUT_ARRAY_C()
192 assert( isReadPtr( attributeInfoPtr, sizeof( ATTRIBUTE_INFO ) ) ); in INOUT_ARRAY_C()
291 INOUT ATTRIBUTE_INFO **attributeInfoPtrPtr )
293 const ATTRIBUTE_INFO *attributeInfoPtr = *attributeInfoPtrPtr;
340 *attributeInfoPtrPtr = ( ATTRIBUTE_INFO * ) attributeInfoPtr;
390 const ATTRIBUTE_INFO *attributeInfoPtr ) in stackInfo()
480 ( const ATTRIBUTE_INFO * ) attributeInfoPtr->extraData; in checkAttributeEntry()
579 ( ATTRIBUTE_INFO ** ) &attributeInfoPtr ); in checkAttributeEntry()
666 const ATTRIBUTE_INFO *restartPoint = NULL; in checkAttribute()
672 sizeof( ATTRIBUTE_INFO ) ) ); in checkAttribute()
[all …]
H A Dcertattr.h361 } ATTRIBUTE_INFO; typedef
440 const ATTRIBUTE_INFO *attributeInfoPtr; /* Pointer to encoding sync point */
459 const ATTRIBUTE_INFO *encodingFifo[ ENCODING_FIFO_SIZE + 2 ];
498 const ATTRIBUTE_INFO *oidToAttribute( IN_ENUM( ATTRIBUTE ) \
507 OUT const ATTRIBUTE_INFO **attributeInfoPtrPtr,
513 int getFieldEncodedTag( const ATTRIBUTE_INFO *attributeInfoPtr );
518 const ATTRIBUTE_INFO *fieldIDToAttribute( IN_ENUM( ATTRIBUTE ) \
H A Dext_rd.c63 const ATTRIBUTE_INFO *attributeInfoPtr, in getFieldTag()
155 const ATTRIBUTE_INFO *attributeInfoPtr, in readExplicitTag()
194 const ATTRIBUTE_INFO *attributeInfoPtr;
350 const ATTRIBUTE_INFO *attributeInfoPtr ) in beginSetof()
655 const ATTRIBUTE_INFO *attributeInfoPtr; in processIdentifiedItem()
746 const ATTRIBUTE_INFO *attributeInfoPtr; in readIdentifierFields()
941 static ATTRIBUTE_INFO *switchToSubtype( const ATTRIBUTE_INFO *attributeInfoPtr, in switchToSubtype()
946 sizeof( ATTRIBUTE_INFO ) ) ); in switchToSubtype()
1369 const ATTRIBUTE_INFO *extraDataPtr = \ in readAttribute()
1827 const ATTRIBUTE_INFO *attributeInfoPtr; in readCertReqWrapper()
[all …]
H A Dext_wr.c31 ATTRIBUTE_INFO **attributeInfoPtrPtr, in getAttributeEncodingInfo()
34 const ATTRIBUTE_INFO *attributeInfoPtr; in getAttributeEncodingInfo()
122 const ATTRIBUTE_INFO *attributeInfoPtr; in getNextEncodedAttribute()
127 ( ATTRIBUTE_INFO ** ) &attributeInfoPtr, in getNextEncodedAttribute()
231 const ATTRIBUTE_INFO *attributeInfoPtr; in calculateAttributeSizes()
236 ( ATTRIBUTE_INFO ** ) &attributeInfoPtr, in calculateAttributeSizes()
394 const ATTRIBUTE_INFO *attributeInfoPtr, in calculateFieldSize()
455 const ATTRIBUTE_INFO *attributeInfoPtr;
664 const ATTRIBUTE_INFO *attributeInfoPtr;
875 const ATTRIBUTE_INFO *attributeInfoPtr = \
[all …]
H A Dext_def.c213 static const ATTRIBUTE_INFO FAR_BSS extensionInfo[] = {
3353 ATTRIBUTE_INFO ); in getAttributeInfo()
3359 ATTRIBUTE_INFO ); in getAttributeInfo()
3376 const ATTRIBUTE_INFO *attributeInfoPtr, in checkExtension()
3583 const ATTRIBUTE_INFO *subTableInfoPtr; in checkExtension()
3660 const ATTRIBUTE_INFO *attributeInfoPtr, in checkExtensionTable()
3769 ATTRIBUTE_INFO ), in checkExtensionTables()
3777 ATTRIBUTE_INFO ), in checkExtensionTables()
3785 ATTRIBUTE_INFO ), in checkExtensionTables()
3795 ATTRIBUTE_INFO ), in checkExtensionTables()
[all …]
H A Dext.c110 const ATTRIBUTE_INFO *oidToAttribute( IN_ENUM( ATTRIBUTE ) \ in oidToAttribute()
115 const ATTRIBUTE_INFO *attributeInfoPtr; in oidToAttribute()
133 assert( isReadPtr( attributeInfoPtr, sizeof( ATTRIBUTE_INFO ) ) ); in oidToAttribute()
156 const ATTRIBUTE_INFO *fieldIDToAttribute( IN_ENUM( ATTRIBUTE ) \ in fieldIDToAttribute()
166 const ATTRIBUTE_INFO *attributeInfoPtr; in fieldIDToAttribute()
193 const ATTRIBUTE_INFO *altEncodingTable; in fieldIDToAttribute()
196 assert( isReadPtr( attributeInfoPtr, sizeof( ATTRIBUTE_INFO ) ) ); in fieldIDToAttribute()
380 const ATTRIBUTE_INFO *attributeInfoPtr; in findAttributeFieldEx()
987 const ATTRIBUTE_INFO *attributeInfoPtr; in getDefaultFieldValue()
H A Dext_add.c37 const ATTRIBUTE_INFO *attributeInfoPtr, in checkAttributeField()
48 assert( isReadPtr( attributeInfoPtr, sizeof( ATTRIBUTE_INFO ) ) ); in checkAttributeField()
123 const ATTRIBUTE_INFO *attributeInfoPtr, in checkAttributeFieldString()
138 assert( isReadPtr( attributeInfoPtr, sizeof( ATTRIBUTE_INFO ) ) ); in checkAttributeFieldString()
512 const ATTRIBUTE_INFO *attributeInfoPtr = fieldIDToAttribute( attributeType, in addAttributeField()
521 assert( isReadPtr( attributeInfoPtr, sizeof( ATTRIBUTE_INFO ) ) ); in addAttributeField()
635 const ATTRIBUTE_INFO *attributeInfoPtr = fieldIDToAttribute( attributeType, in addAttributeFieldString()
645 assert( isReadPtr( attributeInfoPtr, sizeof( ATTRIBUTE_INFO ) ) ); in addAttributeFieldString()
H A Dext_copy.c379 const ATTRIBUTE_INFO *attributeInfoPtr; in copyAttributes()
394 assert( isReadPtr( attributeInfoPtr, sizeof( ATTRIBUTE_INFO ) ) ); in copyAttributes()
/dports/net/pear-Horde_Kolab_Server/Horde_Kolab_Server-2.0.5/lib/Horde/Kolab/Server/Object/
H A DKolabgermanbankarrangement.php46 const ATTRIBUTE_INFO = 'kolabGermanBankAccountInfo'; define in Horde_Kolab_Server_Object_Kolabgermanbankarrangement
65 self::ATTRIBUTE_INFO,
/dports/net/pear-Horde_Kolab_Server/Horde_Kolab_Server-2.0.5/test/Horde/Kolab/Server/Integration/
H A DKolabgermanbankarrangementTest.php129 … Horde_Kolab_Server_Object_Kolabgermanbankarrangement::ATTRIBUTE_INFO => array(
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A DShapefiles.cpp117 static int ATTRIBUTE_INFO = e->GetKeywordIx("ATTRIBUTE_INFO"); //DBF in GDLffShape___GetProperty() local
189 if (e->KeywordPresent(ATTRIBUTE_INFO)) { in GDLffShape___GetProperty()
205 e->SetKW(ATTRIBUTE_INFO, info); in GDLffShape___GetProperty()