Searched refs:symName (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_symbol.c242 const char* const symName,
250 CSC_BADARG .... symbol or symName is equal to NULL
254 `symName', `symType', and `symVal'. Client code probably should use the
255 same `symType' value for all integer symbols, and `symName' probably
259 The pointer `symName' is copied into the symbol structure; therefore, if
260 `symName' is subsequently freed, then the newly initialized symbol will
290 const char* const symName,
298 ASSERT_RTN (symName != NULL, "CSCsymbolIntInit: NULL symName", CSC_BADARG);
300 if ((symbol == NULL) || (symName
288 CSCsymbolIntInit( CSCsymbolType* const symbol, const char* const symName, long symType, int symVal ) argument
372 CSCsymbolFloatInit( CSCsymbolType* const symbol, const char* const symName, long symType, float symVal ) argument
457 CSCsymbolPtrInit( CSCsymbolType* const symbol, const char* const symName, long symType, const void* symVal, size_t symValSize ) argument
542 CSCsymbolIntNew( const char* const symName, long symType, int symVal, CSCmemListType const memList, int memTag ) argument
643 CSCsymbolFloatNew( const char* const symName, long symType, float symVal, CSCmemListType const memList, int memTag ) argument
744 CSCsymbolPtrNew( const char* const symName, long symType, const void* symVal, size_t symValSize, CSCmemListType const memList, int memTag ) argument
[all...]
H A Dcsc_symtab.c695 char* const symName,
705 `symTab' whose name field matches `symName'.
727 char* const symName,
737 ASSERT_RTN (symName != NULL, "CSCsymtabEntryGet: null symName", NULL);
751 hashKey.asciiz = (char*)symName;
782 char* const symName
792 CSCsymtabEntryDel() removes the symbol entry specified by `symName'
794 `symName' is removed.
816 char* const symName
725 CSCsymtabEntryGet( CSCsymTableType const symTab, char* const symName, CSCmemListType const memLst ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddynlib.cpp170 Str255 symName; local
172 c2pstrcpy( (StringPtr) symName, name.fn_str() );
174 strcpy( (char *)symName, name.fn_str() );
175 c2pstr( (char *)symName );
177 if( FindSymbol( m_handle, symName, &symAddress, &symClass ) == noErr )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/include/
H A Dlibcsc.h911 const char* const symName,
918 const char* const symName,
925 const char* const symName,
932 const char* const symName,
940 const char* const symName,
948 const char* const symName,
1029 char* const symName,
1035 char* const symName

Completed in 106 milliseconds