Searched refs:writeStat (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_list.c935 int writeStat = CSC_OK; local
945 while ((node != NULL) && (writeStat == CSC_OK))
949 writeStat = CSCioBufWrite (fd, node->data, node->size);
950 ASSERT (writeStat == CSC_OK);
954 return (writeStat);
H A Dcsc_hash.c2107 int writeStat = CSC_OK; local
2167 return (writeStat);

Completed in 126 milliseconds