Searched refs:ziperrors (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvms_msg_gen.c19 #define GLOBALS /* Include data for ziperrors[] in ziperr.h. */
73 if ((ziperrors[ code_zip].string != NULL) &&
74 (strlen(ziperrors[ code_zip].string) != 0))
82 ziperrors[ code_zip].name,
83 sev_str[ ziperrors[ code_zip].severity & 0x07],
84 ziperrors[ code_zip].string);
H A Dvms.c231 (ziperrors[ e].severity & 0x07) /* Severity */
259 (ziperrors[ e].severity & 0x07) /* Severity */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dziperr.h71 } ziperrors[ZE_MAXERR + 1] = { variable in typeref:struct:__anon7717
108 } ziperrors[ZE_MAXERR + 1];
112 #define PERR(e) (ziperrors[e].severity & ZE_S_PERR)
115 #define ZIPERRORS(e) ziperrors[e].string

Completed in 115 milliseconds