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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Drtl819x_HTProc.c227 bool retValue = false; local
231 retValue = false;
233 retValue = false;
235 retValue = false;
237 retValue = true;
239 retValue = false;
241 return retValue;
246 bool retValue = false; local
250 retValue = false;
252 retValue
347 bool retValue = false; local
447 bool retValue = false; local
465 bool retValue = false; local
504 u8 retValue = false; // default enable EDCA Turbo mode. local
518 u8 retValue = 0; local
533 u8 retValue = 0; local
545 u8 retValue = 0; local
564 u8 retValue = 0; local
571 u8 retValue = 0; local
587 u8 retValue = 0; local
611 u8 retValue = 0; local
626 u8 retValue = 0; local
640 u8 retValue = 0; local
672 u8 retValue = 0; local
691 u8 retValue = 0; local
711 u8 retValue = 0; local
730 bool retValue = false; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Drtl819x_HTProc.c225 bool retValue = false; local
229 retValue = false;
231 retValue = false;
233 retValue = false;
235 retValue = true;
237 retValue = false;
239 return retValue;
244 bool retValue = false; local
248 retValue = false;
250 retValue
350 bool retValue = false; local
431 u8 retValue = 0; local
456 bool retValue = false; local
493 bool retValue = false; local
525 u8 retValue = false; // default enable EDCA Turbo mode. local
539 u8 retValue = 0; local
554 u8 retValue = 0; local
571 bool retValue = false; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c224 bool retValue = false; local
228 retValue = false;
230 retValue = false;
232 retValue = false;
234 retValue = true;
236 retValue = false;
238 return retValue;
243 bool retValue = false; local
247 retValue = false;
249 retValue
349 bool retValue = false; local
437 bool retValue = false; local
474 bool retValue = false; local
491 u8 retValue = false; // default enable EDCA Turbo mode. local
505 u8 retValue = 0; local
520 u8 retValue = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DMuleDebug.h144 #define MULE_CHECK(cond, retValue) wxCHECK((cond), (retValue))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemastypes.c5624 * @retValue: the returned value
5627 * The caller has to FREE the returned retValue.
5630 * in a @retValue of "???".
5641 xmlSchemaGetCanonValue(xmlSchemaValPtr val, const xmlChar **retValue) argument
5643 if ((retValue == NULL) || (val == NULL))
5645 *retValue = NULL;
5649 *retValue = BAD_CAST xmlStrdup(BAD_CAST "");
5651 *retValue =
5656 *retValue = BAD_CAST xmlStrdup(BAD_CAST "");
5658 *retValue
6055 xmlSchemaGetCanonValueWhtsp(xmlSchemaValPtr val, const xmlChar **retValue, xmlSchemaWhitespaceValueType ws) argument
[all...]
H A Dxmlschemastypes.in.h113 const xmlChar **retValue);
116 const xmlChar **retValue,
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
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.c34736 xmlChar ** retValue; /* the returned value */ local
34743 retValue = gen_const_xmlChar_ptr_ptr(n_retValue, 1);
34745 ret_val = xmlSchemaGetCanonValue(val, (const xmlChar **)retValue);
34749 des_const_xmlChar_ptr_ptr(n_retValue, (const xmlChar **)retValue, 1);
34777 xmlChar ** retValue; /* the returned value */ local
34787 retValue = gen_const_xmlChar_ptr_ptr(n_retValue, 1);
34790 ret_val = xmlSchemaGetCanonValueWhtsp(val, (const xmlChar **)retValue, ws);
34794 des_const_xmlChar_ptr_ptr(n_retValue, (const xmlChar **)retValue, 1);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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.c34736 xmlChar ** retValue; /* the returned value */ local
34743 retValue = gen_const_xmlChar_ptr_ptr(n_retValue, 1);
34745 ret_val = xmlSchemaGetCanonValue(val, (const xmlChar **)retValue);
34749 des_const_xmlChar_ptr_ptr(n_retValue, (const xmlChar **)retValue, 1);
34777 xmlChar ** retValue; /* the returned value */ local
34787 retValue = gen_const_xmlChar_ptr_ptr(n_retValue, 1);
34790 ret_val = xmlSchemaGetCanonValueWhtsp(val, (const xmlChar **)retValue, ws);
34794 des_const_xmlChar_ptr_ptr(n_retValue, (const xmlChar **)retValue, 1);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemastypes.c5624 * @retValue: the returned value
5627 * The caller has to FREE the returned retValue.
5630 * in a @retValue of "???".
5641 xmlSchemaGetCanonValue(xmlSchemaValPtr val, const xmlChar **retValue) argument
5643 if ((retValue == NULL) || (val == NULL))
5645 *retValue = NULL;
5649 *retValue = BAD_CAST xmlStrdup(BAD_CAST "");
5651 *retValue =
5656 *retValue = BAD_CAST xmlStrdup(BAD_CAST "");
5658 *retValue
6055 xmlSchemaGetCanonValueWhtsp(xmlSchemaValPtr val, const xmlChar **retValue, xmlSchemaWhitespaceValueType ws) argument
[all...]
H A Dxmlschemastypes.in.h113 const xmlChar **retValue);
116 const xmlChar **retValue,
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxmlschemastypes.h113 const xmlChar **retValue);
116 const xmlChar **retValue,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxmlschemastypes.h113 const xmlChar **retValue);
116 const xmlChar **retValue,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlschemastypes.h113 const xmlChar **retValue);
116 const xmlChar **retValue,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/ole/
H A Dautomtn.h54 wxVariant& retValue, int noArgs, wxVariant args[], const wxVariant* ptrArgs[] = 0) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dautomtn.cpp85 wxVariant& retValue, int noArgs, wxVariant args[], const wxVariant* ptrArgs[]) const
102 return obj.Invoke(rest, action, retValue, noArgs, args, ptrArgs);
219 wxConvertOleToVariant(vReturn, retValue);
84 Invoke(const wxString& member, int action, wxVariant& retValue, int noArgs, wxVariant args[], const wxVariant* ptrArgs[]) const argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dautoobj.tex142 \param{wxVariant\& }{retValue}, \param{int}{ noArgs}, \param{wxVariant}{ args[]},
155 \docparam{retValue}{Return value (ignored if there is no return value)}.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr819xU_phy.c381 u32 retValue = 0; local
424 retValue = read_nic_dword(dev, RF_DATA);
426 return (retValue);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr819xE_phy.c1819 u32 retValue = 0; local
1862 retValue = read_nic_dword(dev, RF_DATA);
1864 return (retValue);

Completed in 635 milliseconds

12