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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSocket.cpp509 void ShowZError(int zerror, z_streamp strm) argument
513 switch (zerror) {
641 int zerror = inflate(&m_z, Z_SYNC_FLUSH); local
642 if ((zerror != Z_OK) && (zerror != Z_STREAM_END)) {
643 ShowZError(zerror, &m_z);
680 int zerror = deflate(&m_z, Z_NO_FLUSH); local
681 if ( zerror != Z_OK ) {
683 ShowZError(zerror, &m_z);
708 int zerror local
760 int zerror = deflateInit(&m_z, EC_COMPRESSION_LEVEL); local
797 int zerror = deflateEnd(&m_z); local
829 int zerror = inflateInit(&m_z); local
851 int zerror = inflateEnd(&m_z); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dmemory.c51 zerror (const char *fname, int type, size_t size)
68 zerror ("malloc", type, size);
84 zerror ("calloc", type, size);
101 zerror ("realloc", type, size);
125 zerror ("strdup", type, strlen (str));
48 zerror (const char *fname, int type, size_t size) function

Completed in 91 milliseconds