Searched refs:retValue (Results 1 – 5 of 5) sorted by relevance
5644 xmlSchemaGetCanonValue(xmlSchemaValPtr val, const xmlChar **retValue) in xmlSchemaGetCanonValue() argument5646 if ((retValue == NULL) || (val == NULL)) in xmlSchemaGetCanonValue()5648 *retValue = NULL; in xmlSchemaGetCanonValue()5652 *retValue = BAD_CAST xmlStrdup(BAD_CAST ""); in xmlSchemaGetCanonValue()5654 *retValue = in xmlSchemaGetCanonValue()5659 *retValue = BAD_CAST xmlStrdup(BAD_CAST ""); in xmlSchemaGetCanonValue()5661 *retValue = xmlSchemaWhiteSpaceReplace( in xmlSchemaGetCanonValue()5663 if ((*retValue) == NULL) in xmlSchemaGetCanonValue()5664 *retValue = BAD_CAST xmlStrdup( in xmlSchemaGetCanonValue()5680 *retValue = in xmlSchemaGetCanonValue()[all …]
1478 xmlChar **retValue) in xmlSchemaGetCanonValueWhtspExt() argument1485 if ((retValue == NULL) || (val == NULL)) in xmlSchemaGetCanonValueWhtspExt()1488 *retValue = NULL; in xmlSchemaGetCanonValueWhtspExt()1514 if (*retValue == NULL) in xmlSchemaGetCanonValueWhtspExt()1517 *retValue = xmlStrdup(BAD_CAST ""); in xmlSchemaGetCanonValueWhtspExt()1519 *retValue = xmlStrdup(value); in xmlSchemaGetCanonValueWhtspExt()1522 *retValue = xmlStrcat((xmlChar *) *retValue, BAD_CAST " "); in xmlSchemaGetCanonValueWhtspExt()1523 *retValue = xmlStrcat((xmlChar *) *retValue, value); in xmlSchemaGetCanonValueWhtspExt()1531 if (*retValue != NULL) in xmlSchemaGetCanonValueWhtspExt()1532 xmlFree((xmlChar *) (*retValue)); in xmlSchemaGetCanonValueWhtspExt()
113 const xmlChar **retValue);116 const xmlChar **retValue,
374 bool* retValue = static_cast<bool*>(value); in getValueStatic() local375 *retValue = !networkStateNotifier().onLine(); in getValueStatic()509 bool* retValue = static_cast<bool*>(value); in getValue() local510 *retValue = !networkStateNotifier().onLine(); in getValue()
4620 var retValue = false;4628 retValue = true;4633 return retValue;