Searched refs:retValue (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkFocus.c288 int retValue, delta;
320 retValue = 0;
351 return retValue;
375 return retValue;
378 retValue = 1;
380 return retValue;
390 return retValue;
399 return retValue;
416 return retValue;
443 return retValue;
286 int retValue, delta; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkFocus.c292 int retValue, delta;
325 retValue = 0;
356 return retValue;
380 return retValue;
383 retValue = 1;
385 return retValue;
395 return retValue;
404 return retValue;
422 return retValue;
448 return retValue;
290 int retValue, delta; local
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlschemastypes.c5645 * @retValue: the returned value
5648 * The caller has to FREE the returned retValue.
5651 * in a @retValue of "???".
5662 xmlSchemaGetCanonValue(xmlSchemaValPtr val, const xmlChar **retValue) argument
5664 if ((retValue == NULL) || (val == NULL))
5666 *retValue = NULL;
5670 *retValue = BAD_CAST xmlStrdup(BAD_CAST "");
5672 *retValue =
5677 *retValue = BAD_CAST xmlStrdup(BAD_CAST "");
5679 *retValue
6076 xmlSchemaGetCanonValueWhtsp(xmlSchemaValPtr val, const xmlChar **retValue, xmlSchemaWhitespaceValueType ws) argument
[all...]
H A Dxmlschemas.c1471 * @retValue: the returned value
1475 * The caller has to free the returned retValue.
1483 xmlChar **retValue)
1490 if ((retValue == NULL) || (val == NULL))
1493 *retValue = NULL;
1519 if (*retValue == NULL)
1522 *retValue = xmlStrdup(BAD_CAST "");
1524 *retValue = xmlStrdup(value);
1527 *retValue = xmlStrcat((xmlChar *) *retValue, BAD_CAS
1481 xmlSchemaGetCanonValueWhtspExt(xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws, xmlChar **retValue) argument
[all...]
H A Dtestapi.c35278 xmlChar ** retValue; /* the returned value */ local
35285 retValue = gen_const_xmlChar_ptr_ptr(n_retValue, 1);
35287 ret_val = xmlSchemaGetCanonValue(val, (const xmlChar **)retValue);
35291 des_const_xmlChar_ptr_ptr(n_retValue, (const xmlChar **)retValue, 1);
35319 xmlChar ** retValue; /* the returned value */ local
35329 retValue = gen_const_xmlChar_ptr_ptr(n_retValue, 1);
35332 ret_val = xmlSchemaGetCanonValueWhtsp(val, (const xmlChar **)retValue, ws);
35336 des_const_xmlChar_ptr_ptr(n_retValue, (const xmlChar **)retValue, 1);
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemastypes.c5638 * @retValue: the returned value
5641 * The caller has to FREE the returned retValue.
5644 * in a @retValue of "???".
5655 xmlSchemaGetCanonValue(xmlSchemaValPtr val, const xmlChar **retValue) argument
5657 if ((retValue == NULL) || (val == NULL))
5659 *retValue = NULL;
5663 *retValue = BAD_CAST xmlStrdup(BAD_CAST "");
5665 *retValue =
5670 *retValue = BAD_CAST xmlStrdup(BAD_CAST "");
5672 *retValue
6069 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.c34957 xmlChar ** retValue; /* the returned value */ local
34964 retValue = gen_const_xmlChar_ptr_ptr(n_retValue, 1);
34966 ret_val = xmlSchemaGetCanonValue(val, (const xmlChar **)retValue);
34970 des_const_xmlChar_ptr_ptr(n_retValue, (const xmlChar **)retValue, 1);
34998 xmlChar ** retValue; /* the returned value */ local
35008 retValue = gen_const_xmlChar_ptr_ptr(n_retValue, 1);
35011 ret_val = xmlSchemaGetCanonValueWhtsp(val, (const xmlChar **)retValue, ws);
35015 des_const_xmlChar_ptr_ptr(n_retValue, (const xmlChar **)retValue, 1);
[all...]
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dxmlschemastypes.h113 const xmlChar **retValue);
116 const xmlChar **retValue,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxmlschemastypes.h113 const xmlChar **retValue);
116 const xmlChar **retValue,
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DDataView.java336 Object[] retValue)
344 * Requires: if retValue, value or entity binding
379 retPrimaryKey, retValue);
464 Object[] retValue)
468 // Requires: if retValue, value or entity binding
481 if (retValue != null) {
482 retValue[0] = makeValue(keyThang, valueThang);
335 append(Object value, Object[] retPrimaryKey, Object[] retValue) argument
461 returnPrimaryKeyAndValue(DatabaseEntry keyThang, DatabaseEntry valueThang, Object[] retPrimaryKey, Object[] retValue) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DEncryptTransform.cpp140 CFErrorRef retValue = CreateSecTransformErrorRef(err, "CDSA error (%@).", result); local
142 return retValue;
150 CFErrorRef retValue = CreateSecTransformErrorRef(err, "CDSA error (%@).", result); local
152 return retValue;
242 CFErrorRef retValue = CreateSecTransformErrorRef(kSecTransformErrorNotInitializedCorrectly, "CDSA error (%@).", result); local
244 return retValue;
255 CFErrorRef retValue = CreateSecTransformErrorRef(kSecTransformErrorNotInitializedCorrectly, "CDSA error (%@).", result); local
257 return retValue;
267 CFErrorRef retValue = CreateSecTransformErrorRef(kSecTransformErrorNotInitializedCorrectly, "CDSA encrypt/decrypt init error (%@).", result); local
269 return retValue;
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_mds/lib/
H A DMDSSession.cpp137 string retValue; local
140 retValue = MDS_SYSTEM_DB_DIR;
153 retValue = strBuffer;
156 return retValue;
163 string retValue; local
168 retValue = MDS_SYSTEM_DB_DIR;
172 retValue = GetMDSBaseDBDir(isRoot) + "/" + MDS_USER_DB_COMP;
175 return retValue;
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dtoolbar.itk146 private method _getAttachedOption {optionListName widget args retValue}
887 itcl::body iwidgets::Toolbar::_getAttachedOption { optionListName widget args retValue} {
891 upvar $retValue retValueRef
/macosx-10.10/apache-793/httpd/support/win32/
H A DApacheMonitor.c544 BOOL retValue; local
577 retValue = FALSE;
605 retValue = TRUE;
638 retValue = TRUE;
674 retValue = TRUE;
684 if (!retValue) {
690 return retValue;
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp6523 bool retValue = false; local
6535 retValue = number->serialize( s );
6539 return retValue;
6545 bool retValue = false; local
6603 retValue = mainDict->serialize( s );
6607 return retValue;
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-111557.js4620 var retValue = false;
4628 retValue = true;
4633 return retValue;

Completed in 565 milliseconds