Searched refs:itemPtr (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/t/
H A Dtlist.c30 void* itemPtr; local
96 printf (" \t &itemPtr,\n");
99 stat = CSClistPeek (m_list, CSC_LIST_HEAD, &itemPtr, &itemSz);
101 printf (" \t*itemPtr = \"%s\"\n", itemPtr);
111 printf (" \t &itemPtr,\n");
114 stat = CSClistPeek (m_list, CSC_LIST_TAIL, &itemPtr, &itemSz);
116 printf (" \t*itemPtr = \"%s\"\n", itemPtr);
129 stat = CSClistNodeStat (node, &itemPtr,
[all...]
H A Dihash.c133 char* itemPtr; local
141 (void**)&itemPtr,
149 (void)printf ("=> key,value = %d,\"%s\"\n", key.integer, itemPtr);
150 (void)free (itemPtr);
H A Dthash.c128 void* itemPtr; local
210 stat = CSChashEntryGet (hashTable, &key1, &itemPtr, &itemSize, NULL);
229 itemPtr,
232 (void)free (itemPtr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dio_getfiles.c50 FTPLinePtr itemPtr; local
129 for (itemPtr = globList.first; itemPtr != NULL; itemPtr = itemPtr->next) {
130 if ((recurse == kRecursiveYes) && (FTPIsDir(cip, itemPtr->line) > 0)) {
132 if ((tarflag == kTarYes) && (xtype == kTypeBinary) && (appendflag == kAppendNo) && (deleteflag == kDeleteNo) && (FTPGetOneTarF(cip, itemPtr->line, dstdir) == kNoErr)) {
137 (void) FTPRemoteRecursiveFileList2(cip, itemPtr->line, &files);
138 (void) ComputeLNames(&files, itemPtr->line, dstdir, 1);
142 (void) LineToFileInfoList(itemPtr,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_list.c270 const void* const itemPtr,
1161 const void* const itemPtr,
1172 CSClistPush() creates a libcsc list entry from `itemPtr' and `itemSize',
1175 `push' specifies how the client data pointed to by `itemPtr' is used:
1178 pointer, `itemPtr', itself. If the data pointed
1179 to by `itemPtr' is dynamically allocated and is
1184 CSC_DATA_DUP The data pointed to by `itemPtr' is copied for
1221 const void* const itemPtr,
1229 ASSERT_RTN (itemPtr != NULL, "CSClistPush: null itemPtr", CSC_BADAR
1218 CSClistPush( CSClistType const list, CSCdataCntrlType push, const void* const itemPtr, size_t itemSize ) argument
[all...]
H A Dcsc_hash.c301 const void* const itemPtr,
576 const void* const itemPtr,
585 ASSERT_RTN (itemPtr != NULL, "hashEntryNew: null itemPtr", CSC_BADARG);
612 memLst, (void**)&newEntryPtr->data, itemPtr, itemSize, 0 local
1359 void* const itemPtr,
1371 CSChashEntryPut() puts the data pointed to by `itemPtr', whose key is
1376 from the address `itemPtr'. To avoid duplicating static data, put a
1404 void* const itemPtr,
1415 ASSERT_RTN (itemPtr !
571 hashEntryNew( CSChashEntryType* const entryPtrPtr, CSCmemListType const memLst, const CSChashKeyType keySpec, const CSChashKeyUnion* const keyPtr, const void* const itemPtr, const size_t itemSize ) argument
1401 CSChashEntryPut( CSChashTableType const hashTable, CSChashKeyUnion* const keyPtr, void* const itemPtr, size_t itemSize ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/include/
H A Dlibcsc.h548 void* const itemPtr,
689 const void* const itemPtr,
716 const void* const itemPtr
722 const void* const itemPtr

Completed in 110 milliseconds