Home
last modified time | relevance | path

Searched refs:ERR_MAX (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/squid/squid-4.15/src/
H A Derr_type.h84 ERR_MAX enumerator
93 for (int i = 0; i < ERR_MAX; ++i) in errorTypeByName()
96 return ERR_MAX; in errorTypeByName()
103 if (err < ERR_NONE || err >= ERR_MAX) in errorTypeName()
H A Derrorpage.cc161 error_page_count = ERR_MAX + ErrorDynamicPages.size(); in errorInitialize()
173 } else if (i < ERR_MAX) { in errorInitialize()
194 ErrorPageFile errTmpl(pg, ERR_MAX); in errorInitialize()
204 ErrorPageFile tmpl("StylesSheet", ERR_MAX); in errorInitialize()
510 for (int i = 0; i < ERR_MAX; ++i) { in errorPageId()
517 return j + ERR_MAX; in errorPageId()
542 if (pageId >= ERR_NONE && pageId < ERR_MAX) /* common case */ in errorPageName()
545 if (pageId >= ERR_MAX && pageId - ERR_MAX < (ssize_t)ErrorDynamicPages.size()) in errorPageName()
546 return ErrorDynamicPages[pageId - ERR_MAX]->page_name; in errorPageName()
587 if (page_id >= ERR_MAX && ErrorDynamicPages[page_id - ERR_MAX]->page_redirect != Http::scNone) in ErrorState()
[all …]
/dports/astro/gpsd/gpsd-3.20/contrib/
H A Dskyview2svg134 ERR_MAX = 75.0
305 EPH = ERR_MAX
306 EPV = float(TPV['epv']) if 'epv' in TPV else ERR_MAX
307 ERR_H, SIGN_H = cutoff_err(EPH, ERR_MIN, ERR_MAX)
308 ERR_V, SIGN_V = cutoff_err(EPV, ERR_MIN, ERR_MAX)
318 ERR_H_BAR_HEIGHT = int(ERR_H / ERR_MAX * ERR_BAR_HEIGHT_MAX)
327 ERR_V_BAR_HEIGHT = int(ERR_V / ERR_MAX * ERR_BAR_HEIGHT_MAX)
/dports/lang/spidermonkey60/firefox-60.9.0/media/sphinxbase/src/libsphinxbase/util/
H A Derr.c85 static const char *err_prefix[ERR_MAX] = { in err_msg()
116 static const char *err_prefix[ERR_MAX] = { in err_msg_system()
164 static const char *err_prefix[ERR_MAX] = { in err_msg_system()
196 static const int android_level[ERR_MAX] = {ANDROID_LOG_DEBUG, ANDROID_LOG_INFO, in err_logcat_cb()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/src/libsphinxbase/util/
H A Derr.c85 static const char *err_prefix[ERR_MAX] = { in err_msg()
116 static const char *err_prefix[ERR_MAX] = { in err_msg_system()
164 static const char *err_prefix[ERR_MAX] = { in err_msg_system()
196 static const int android_level[ERR_MAX] = {ANDROID_LOG_DEBUG, ANDROID_LOG_INFO, in err_logcat_cb()
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/common/
H A Dtrace.c278 if (num < 0 || num > ERR_MAX) in ock_err()
279 num = ERR_MAX; in ock_err()
H A Dtrace.h99 ERR_MAX, enumerator
/dports/www/squid/squid-4.15/src/acl/
H A DFilledChecklist.cc39 requestErrorType(ERR_MAX), in ACLFilledChecklist()
226 requestErrorType(ERR_MAX), in ACLFilledChecklist()
H A DSquidError.cc17 if (checklist->requestErrorType != ERR_MAX) in match()
H A DSquidErrorData.cc53 if (err < ERR_MAX) in parse()
/dports/graphics/zbar/zbar-0.23.90/zbar/
H A Derror.c54 #define ERR_MAX (strlen(err_str[ZBAR_ERR_CLOSED])) macro
130 len = SEV_MAX + MOD_MAX + ERR_MAX + strlen(func) + sizeof(basefmt); in _zbar_error_string()
/dports/graphics/py-zbar-py/zbar-py-1.0.4/Source/zbar/
H A Derror.c54 #define ERR_MAX (strlen(err_str[ZBAR_ERR_CLOSED])) macro
127 int len = SEV_MAX + MOD_MAX + ERR_MAX + strlen(func) + sizeof(basefmt); in _zbar_error_string()
/dports/irc/ezbounce/ezbounce-1.99.15/include/fs/
H A Derror.h41 ERR_MAX = -222 enumerator
H A Dentry.h105 ERR_MAX=-103 enumerator
H A Ddirectory.h161 ERR_MAX = -311 enumerator
/dports/graphics/photopc/photopc-3.07/
H A Deph_err.c100 if ((err >= ERR_BASE) && (err < ERR_MAX)) { in eph_error()
H A Deph_io.h154 #define ERR_MAX 10010 macro
/dports/graphics/povray37/povray-3.7.0.10/windows/
H A Dpvbitmap.h82 ERR_MAX // All error #s < this value enumerator
/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtl/
H A DCtlErrors.h132 ERR_MAX , enumerator
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Derror.h156 ERR_MAX //! < number of values enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/media/sphinxbase/sphinxbase/
H A Derr.h155 ERR_MAX enumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/sphinxbase/
H A Derr.h155 ERR_MAX enumerator
/dports/science/openmx/openmx3.8/source/liberi-091216/source/
H A Deri_sf.c24 #define ERR_MAX 1e-12 macro
671 for (itr=0; (itr<MAX_ITR) && (fabs(err)>ERR_MAX); itr++) { in ERI_GLQ()
678 if (fabs(err)>ERR_MAX) { in ERI_GLQ()
/dports/multimedia/pipewire/pipewire-0.3.43/src/modules/module-protocol-pulse/
H A Ddefs.h96 ERR_MAX /**< Not really an error but the first invalid error code */ enumerator
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dsyntaxcheck.h73 ERR_MAX // always last in Q_DECLARE_METATYPE() enumerator

12