Searched defs:retValue (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp2843 bool retValue = false; local
2880 retValue = true;
2891 retValue = true;
2895 return retValue;
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c5627 * @retValue: the returned value
5630 * The caller has to FREE the returned retValue.
5633 * in a @retValue of "???".
5644 xmlSchemaGetCanonValue(xmlSchemaValPtr val, const xmlChar **retValue) argument
5646 if ((retValue == NULL) || (val == NULL))
5648 *retValue = NULL;
5652 *retValue = BAD_CAST xmlStrdup(BAD_CAST "");
5654 *retValue =
5659 *retValue = BAD_CAST xmlStrdup(BAD_CAST "");
5661 *retValue
6058 xmlSchemaGetCanonValueWhtsp(xmlSchemaValPtr val, const xmlChar **retValue, xmlSchemaWhitespaceValueType ws) argument
[all...]
H A Dxmlschemas.c1466 * @retValue: the returned value
1470 * The caller has to free the returned retValue.
1478 xmlChar **retValue)
1485 if ((retValue == NULL) || (val == NULL))
1488 *retValue = NULL;
1514 if (*retValue == NULL)
1517 *retValue = xmlStrdup(BAD_CAST "");
1519 *retValue = xmlStrdup(value);
1522 *retValue = xmlStrcat((xmlChar *) *retValue, BAD_CAS
1476 xmlSchemaGetCanonValueWhtspExt(xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws, xmlChar **retValue) argument
[all...]
H A Dtestapi.c34640 xmlChar ** retValue; /* the returned value */ local
34647 retValue = gen_const_xmlChar_ptr_ptr(n_retValue, 1);
34649 ret_val = xmlSchemaGetCanonValue(val, (const xmlChar **)retValue);
34653 des_const_xmlChar_ptr_ptr(n_retValue, (const xmlChar **)retValue, 1);
34681 xmlChar ** retValue; /* the returned value */ local
34691 retValue = gen_const_xmlChar_ptr_ptr(n_retValue, 1);
34694 ret_val = xmlSchemaGetCanonValueWhtsp(val, (const xmlChar **)retValue, ws);
34698 des_const_xmlChar_ptr_ptr(n_retValue, (const xmlChar **)retValue, 1);
[all...]

Completed in 165 milliseconds