Searched refs:valType (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/security_dotmac_tp-55107.1/lib/
H A DdotMacTpMutils.m72 CFTypeID valType = CFGetTypeID(values[dex]);
73 if(valType == CFStringGetTypeID()) {
76 else if(valType == CFArrayGetTypeID()) {
79 else if(valType == CFDictionaryGetTypeID()) {
85 else if(valType == CFNumberGetTypeID()) {
/macosx-10.10/ntp-92/libopts/
H A Dconfigfile.c317 if ((pOld == NULL) || (pOld->valType != OPARG_TYPE_HIERARCHY)) {
379 if ((pOVList == NULL) || (pOVList->valType != OPARG_TYPE_HIERARCHY)) {
690 valu.valType = OPARG_TYPE_STRING;
759 if (valu.valType == OPARG_TYPE_STRING) {
1007 case '/': pType->valType = OPARG_TYPE_NONE;
1058 pType->valType = OPARG_TYPE_NONE;
1117 pType->valType = OPARG_TYPE_NONE;
1126 pType->valType = OPARG_TYPE_STRING;
1130 pType->valType = OPARG_TYPE_NUMERIC;
1135 pType->valType
[all...]
H A Dsave.c354 switch (ovp->valType) {
369 char const * typ = (ovp->valType == OPARG_TYPE_ENUMERATION)
382 if (ovp->valType != OPARG_TYPE_ENUMERATION) {
/macosx-10.10/ntp-92/sntp/libopts/
H A Dconfigfile.c317 if ((pOld == NULL) || (pOld->valType != OPARG_TYPE_HIERARCHY)) {
379 if ((pOVList == NULL) || (pOVList->valType != OPARG_TYPE_HIERARCHY)) {
690 valu.valType = OPARG_TYPE_STRING;
759 if (valu.valType == OPARG_TYPE_STRING) {
1007 case '/': pType->valType = OPARG_TYPE_NONE;
1058 pType->valType = OPARG_TYPE_NONE;
1117 pType->valType = OPARG_TYPE_NONE;
1126 pType->valType = OPARG_TYPE_STRING;
1130 pType->valType = OPARG_TYPE_NUMERIC;
1135 pType->valType
[all...]
H A Dsave.c354 switch (ovp->valType) {
369 char const * typ = (ovp->valType == OPARG_TYPE_ENUMERATION)
382 if (ovp->valType != OPARG_TYPE_ENUMERATION) {
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dxmlschemastypes.h57 xmlSchemaValType valType,
101 xmlSchemaValType valType,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxmlschemastypes.h57 xmlSchemaValType valType,
101 xmlSchemaValType valType,
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlschemastypes.c5125 xmlSchemaValType valType,
5156 switch (valType) {
5166 if (valType == XML_SCHEMAS_STRING)
5254 * @valType: the built-in type
5268 xmlSchemaValType valType,
5274 return (xmlSchemaValidateLengthFacetInternal(facet, valType, value, val,
5282 * @valType: the built-in type of the value
5295 xmlSchemaValType valType,
5367 facet->val, facet->value, fws, valType, val,
5380 if ((valType
5124 xmlSchemaValidateLengthFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5267 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5293 xmlSchemaValidateFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
5551 xmlSchemaValidateFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
[all...]
H A Dxmlschemas.c1486 xmlSchemaValType valType; local
1496 valType = xmlSchemaGetValType(val);
1497 switch (valType) {
13354 * @valType: the value type
13361 xmlSchemaIsDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType) argument
13368 if (type->builtInType == valType)
13373 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType));
13375 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType));
13383 * @valType: the value type
13390 xmlSchemaIsUserDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType)
24150 xmlSchemaValidateFacets(xmlSchemaAbstractCtxtPtr actxt, xmlNodePtr node, xmlSchemaTypePtr type, xmlSchemaValType valType, const xmlChar * value, xmlSchemaValPtr val, unsigned long length, int fireErrors) argument
[all...]
H A Dtestapi.c35751 xmlSchemaValType valType; /* the built-in type of the value */ local
35769 valType = gen_xmlSchemaValType(n_valType, 2);
35774 ret_val = xmlSchemaValidateFacetWhtsp(facet, fws, valType, (const xmlChar *)value, val, ws);
35779 des_xmlSchemaValType(n_valType, valType, 2);
35880 xmlSchemaValType valType; /* the built-in type */ local
35899 valType = gen_xmlSchemaValType(n_valType, 1);
35905 ret_val = xmlSchemaValidateLengthFacetWhtsp(facet, valType, (const xmlChar *)value, val, length, ws);
35909 des_xmlSchemaValType(n_valType, valType, 1);
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemastypes.c5118 xmlSchemaTypeType valType,
5149 switch (valType) {
5159 if (valType == XML_SCHEMAS_STRING)
5247 * @valType: the built-in type
5261 xmlSchemaValType valType,
5267 return (xmlSchemaValidateLengthFacetInternal(facet, valType, value, val,
5275 * @valType: the built-in type of the value
5288 xmlSchemaValType valType,
5360 facet->val, facet->value, fws, valType, val,
5373 if ((valType
5117 xmlSchemaValidateLengthFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaTypeType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5260 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5286 xmlSchemaValidateFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
5544 xmlSchemaValidateFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
[all...]
H A Dxmlschemas.c1481 xmlSchemaValType valType; local
1491 valType = xmlSchemaGetValType(val);
1492 switch (valType) {
13326 * @valType: the value type
13333 xmlSchemaIsDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType) argument
13340 if (type->builtInType == valType)
13345 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType));
13347 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType));
13355 * @valType: the value type
13362 xmlSchemaIsUserDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType)
24121 xmlSchemaValidateFacets(xmlSchemaAbstractCtxtPtr actxt, xmlNodePtr node, xmlSchemaTypePtr type, xmlSchemaValType valType, const xmlChar * value, xmlSchemaValPtr val, unsigned long length, int fireErrors) argument
[all...]
H A Dtestapi.c35430 xmlSchemaValType valType; /* the built-in type of the value */ local
35448 valType = gen_xmlSchemaValType(n_valType, 2);
35453 ret_val = xmlSchemaValidateFacetWhtsp(facet, fws, valType, (const xmlChar *)value, val, ws);
35458 des_xmlSchemaValType(n_valType, valType, 2);
35559 xmlSchemaValType valType; /* the built-in type */ local
35578 valType = gen_xmlSchemaValType(n_valType, 1);
35584 ret_val = xmlSchemaValidateLengthFacetWhtsp(facet, valType, (const xmlChar *)value, val, length, ws);
35588 des_xmlSchemaValType(n_valType, valType, 1);
[all...]
/macosx-10.10/ntp-92/libopts/autoopts/
H A Doptions.h87 teOptArgType valType; member in struct:optionValue
/macosx-10.10/ntp-92/sntp/libopts/autoopts/
H A Doptions.h87 teOptArgType valType; member in struct:optionValue

Completed in 579 milliseconds