Home
last modified time | relevance | path

Searched refs:chk (Results 1 – 7 of 7) sorted by relevance

/civetweb-2.7.6/examples/_obsolete/websocket/
DWebSockCallbacks.c121 char *chk; in websocket_data_handler() local
125 gid = strtoul(msg, &chk, 10); in websocket_data_handler()
127 if (gid > 0 && chk != NULL && *chk == 0) { in websocket_data_handler()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_api_codec.c518 duk_int_t chk; in duk_hex_decode() local
543 chk = t; in duk_hex_decode()
547 chk |= t; in duk_hex_decode()
551 chk |= t; in duk_hex_decode()
555 chk |= t; in duk_hex_decode()
560 if (DUK_UNLIKELY(chk < 0)) { in duk_hex_decode()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_api_codec.c518 duk_int_t chk; in duk_hex_decode() local
543 chk = t; in duk_hex_decode()
547 chk |= t; in duk_hex_decode()
551 chk |= t; in duk_hex_decode()
555 chk |= t; in duk_hex_decode()
560 if (DUK_UNLIKELY(chk < 0)) { in duk_hex_decode()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c13414 duk_int_t chk; in duk_hex_decode() local
13439 chk = t; in duk_hex_decode()
13443 chk |= t; in duk_hex_decode()
13447 chk |= t; in duk_hex_decode()
13451 chk |= t; in duk_hex_decode()
13456 if (DUK_UNLIKELY(chk < 0)) { in duk_hex_decode()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c13478 duk_int_t chk; in duk_hex_decode() local
13503 chk = t; in duk_hex_decode()
13507 chk |= t; in duk_hex_decode()
13511 chk |= t; in duk_hex_decode()
13515 chk |= t; in duk_hex_decode()
13520 if (DUK_UNLIKELY(chk < 0)) { in duk_hex_decode()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c13462 duk_int_t chk; in duk_hex_decode() local
13487 chk = t; in duk_hex_decode()
13491 chk |= t; in duk_hex_decode()
13495 chk |= t; in duk_hex_decode()
13499 chk |= t; in duk_hex_decode()
13504 if (DUK_UNLIKELY(chk < 0)) { in duk_hex_decode()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c13430 duk_int_t chk; in duk_hex_decode() local
13455 chk = t; in duk_hex_decode()
13459 chk |= t; in duk_hex_decode()
13463 chk |= t; in duk_hex_decode()
13467 chk |= t; in duk_hex_decode()
13472 if (DUK_UNLIKELY(chk < 0)) { in duk_hex_decode()