Searched refs:CSC_MALLOC_FUNC (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_timer.c263 timer = (S_timerType*)CSC_MALLOC_FUNC (1, sizeof(S_timerType));
H A Dcsc_file.c401 if ((userName=(char*)CSC_MALLOC_FUNC(1,80)) != NULL) /* bug #1 */
464 if ((envName=(char*)CSC_MALLOC_FUNC(1,80)) != NULL) /* bug #1 */
H A Dcsc_io.c225 newListPtr = (S_listType*)CSC_MALLOC_FUNC (1, sizeof(S_listType));
H A Dcsc_mem.c445 block = (S_memBlockType*)CSC_MALLOC_FUNC (1, sizeof(S_memBlockType));
855 memList = (S_memListType*)CSC_MALLOC_FUNC (1, sizeof(S_memListType));
1120 *memPtrPtr = (void*)CSC_MALLOC_FUNC (itemCount, itemSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/include/
H A Dlibcsc.h97 #define CSC_MALLOC_FUNC(x,y) calloc(x,y) macro

Completed in 274 milliseconds