Searched refs:baseType (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcontext.h88 uint32 baseType() const { return AttributeType & CSSM_ATTRIBUTE_TYPE_MASK; } function in class:Security::Context::Attr
91 { assert(baseType() == CSSM_ATTRIBUTE_DATA_STRING); return Attribute.String; }
93 { assert(baseType() == CSSM_ATTRIBUTE_DATA_CSSM_DATA);
96 { assert(baseType() == CSSM_ATTRIBUTE_DATA_CRYPTO_DATA);
99 { assert(baseType() == CSSM_ATTRIBUTE_DATA_KEY); return CssmKey::overlay(*Attribute.Key); }
101 { assert(baseType() == CSSM_ATTRIBUTE_DATA_ACCESS_CREDENTIALS);
104 { assert(baseType() == CSSM_ATTRIBUTE_DATA_UINT32); return Attribute.Uint32; }
107 assert(baseType() == CSSM_ATTRIBUTE_DATA_DL_DB_HANDLE);
113 { assert(baseType() == CSSM_ATTRIBUTE_DATA_DATE);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcontext.h88 uint32 baseType() const { return AttributeType & CSSM_ATTRIBUTE_TYPE_MASK; } function in class:Security::Context::Attr
91 { assert(baseType() == CSSM_ATTRIBUTE_DATA_STRING); return Attribute.String; }
93 { assert(baseType() == CSSM_ATTRIBUTE_DATA_CSSM_DATA);
96 { assert(baseType() == CSSM_ATTRIBUTE_DATA_CRYPTO_DATA);
99 { assert(baseType() == CSSM_ATTRIBUTE_DATA_KEY); return CssmKey::overlay(*Attribute.Key); }
101 { assert(baseType() == CSSM_ATTRIBUTE_DATA_ACCESS_CREDENTIALS);
104 { assert(baseType() == CSSM_ATTRIBUTE_DATA_UINT32); return Attribute.Uint32; }
107 assert(baseType() == CSSM_ATTRIBUTE_DATA_DL_DB_HANDLE);
113 { assert(baseType() == CSSM_ATTRIBUTE_DATA_DATE);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dcssmcontext.cpp72 if (attr->baseType() == CSSM_ATTRIBUTE_DATA_UINT32) {
105 if (attr->baseType() == CSSM_ATTRIBUTE_DATA_UINT32) { // trivial
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemas.c1092 xmlSchemaTypePtr baseType,
1801 ws = xmlSchemaGetWhiteSpaceFacetValue(type->baseType);
1836 type = type->baseType;
3009 * @baseType: the base type of type
3018 xmlSchemaTypePtr baseType,
3028 xmlSchemaFormatItemForReport(&strT, NULL, WXS_BASIC_CAST baseType, NULL),
8872 type->baseType = xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYSIMPLETYPE);
9040 type->baseType = xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYSIMPLETYPE);
11592 type->baseType = (xmlSchemaTypePtr)
12309 type->baseType
3015 xmlSchemaPIllegalFacetAtomicErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, xmlSchemaFacetPtr facet) argument
14414 xmlSchemaTypePtr baseType = NULL; local
14800 xmlSchemaCheckCOSSTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int subset) argument
15152 xmlSchemaTypePtr baseType = type->baseType; local
16028 xmlSchemaCheckCOSCTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int set) argument
16099 xmlSchemaCheckCOSDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int set) argument
18150 xmlSchemaTypePtr baseType = type->baseType; local
[all...]
H A Dxmlschemastypes.c258 xmlSchemaTypePtr baseType) {
270 ret->baseType = baseType;
400 xmlSchemaTypeAnyTypeDef->baseType = xmlSchemaTypeAnyTypeDef;
257 xmlSchemaInitBasicType(const char *name, xmlSchemaValType type, xmlSchemaTypePtr baseType) argument
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c1087 xmlSchemaTypePtr baseType,
1796 ws = xmlSchemaGetWhiteSpaceFacetValue(type->baseType);
1831 type = type->baseType;
2990 * @baseType: the base type of type
2999 xmlSchemaTypePtr baseType,
3009 xmlSchemaFormatItemForReport(&strT, NULL, WXS_BASIC_CAST baseType, NULL),
8853 type->baseType = xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYSIMPLETYPE);
9021 type->baseType = xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYSIMPLETYPE);
11573 type->baseType = (xmlSchemaTypePtr)
12290 type->baseType
2996 xmlSchemaPIllegalFacetAtomicErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, xmlSchemaFacetPtr facet) argument
14386 xmlSchemaTypePtr baseType = NULL; local
14772 xmlSchemaCheckCOSSTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int subset) argument
15124 xmlSchemaTypePtr baseType = type->baseType; local
15999 xmlSchemaCheckCOSCTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int set) argument
16070 xmlSchemaCheckCOSDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int set) argument
18121 xmlSchemaTypePtr baseType = type->baseType; local
[all...]
H A Dxmlschemastypes.c258 xmlSchemaTypePtr baseType) {
270 ret->baseType = baseType;
400 xmlSchemaTypeAnyTypeDef->baseType = xmlSchemaTypeAnyTypeDef;
257 xmlSchemaInitBasicType(const char *name, xmlSchemaValType type, xmlSchemaTypePtr baseType) argument
/macosx-10.9.5/SecurityTokend-55107/lib/
H A Dtdtransit.cpp87 switch (ctx[n].baseType()) {
103 switch (attr.baseType()) {
/macosx-10.9.5/SecurityTokend-55107/security_tokend_client/
H A Dtdtransit.cpp87 switch (ctx[n].baseType()) {
103 switch (attr.baseType()) {
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A DschemasInternals.h620 xmlSchemaTypePtr baseType; /* The base type component */ member in struct:_xmlSchemaType
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DschemasInternals.h620 xmlSchemaTypePtr baseType; /* The base type component */ member in struct:_xmlSchemaType
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLRenderingContext.cpp3044 GC3Denum baseType; local
3048 baseType = GraphicsContext3D::BOOL;
3052 baseType = GraphicsContext3D::BOOL;
3056 baseType = GraphicsContext3D::BOOL;
3060 baseType = GraphicsContext3D::BOOL;
3064 baseType = GraphicsContext3D::INT;
3068 baseType = GraphicsContext3D::INT;
3072 baseType = GraphicsContext3D::INT;
3076 baseType = GraphicsContext3D::INT;
3080 baseType
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFURL.c4920 SInt32 baseType, urlType; local
4947 if (!baseTypeNum || CFGetTypeID(baseTypeNum) != CFNumberGetTypeID() || !CFNumberGetValue(baseTypeNum, kCFNumberSInt32Type, &baseType) ||
4948 (baseType != FULL_URL_REPRESENTATION && baseType != kCFURLPOSIXPathStyle && baseType != kCFURLHFSPathStyle && baseType != kCFURLWindowsPathStyle)) {
4952 if (baseType == FULL_URL_REPRESENTATION) {
4955 baseURL = CFURLCreateWithFileSystemPathRelativeToBase(alloc, baseString, (CFURLPathStyle)baseType, CFStringGetCharacterAtIndex(baseString, CFStringGetLength(baseString)-1) == '/', NULL);
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveClasses.java5188 RawType baseType = store.getModel().getRawType(NAME2);

Completed in 255 milliseconds