| /lib/ |
| A D | charset.c | 44 int code = 0; in get_code() local 144 int utf8_put(s32 code, char **dst) in utf8_put() 178 s32 code = utf8_get(&src); in utf8_utf16_strnlen() local 200 s32 code = utf8_get(&src); in utf8_utf16_strncpy() local 212 s32 code, code2; in utf16_get() local 261 s32 code = utf16_get(&src); in utf16_strnlen() local 279 s32 code = utf16_get(&src); in utf16_utf8_strnlen() local 304 s32 code = utf16_get(&src); in utf16_utf8_strncpy() local 314 s32 utf_to_lower(const s32 code) in utf_to_lower() 333 s32 utf_to_upper(const s32 code) in utf_to_upper() [all …]
|
| /lib/zstd/common/ |
| A D | zstd_common.c | 33 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } in ZSTD_isError() 37 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() 41 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } in ZSTD_getErrorCode() 45 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString()
|
| A D | error_private.h | 42 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() 44 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; ret… in ERR_getErrorCode() 56 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()
|
| A D | error_private.c | 15 const char* ERR_getErrorString(ERR_enum code) in ERR_getErrorString()
|
| A D | entropy_common.c | 29 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() 30 const char* FSE_getErrorName(size_t code) { return ERR_getErrorName(code); } in FSE_getErrorName() 32 unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError() 33 const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); } in HUF_getErrorName()
|
| /lib/efi_selftest/ |
| A D | efi_selftest_util.c | 13 u16 code; member 79 u16 *efi_st_translate_char(u16 code) in efi_st_translate_char() 94 u16 *efi_st_translate_code(u16 code) in efi_st_translate_code()
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | mps_error.h | 37 #define MBEDTLS_MPS_MAKE_ERROR(code) \ argument 55 #define MBEDTLS_MPS_READER_MAKE_ERROR(code) \ argument
|
| /lib/zstd/ |
| A D | zstd_decompress_module.c | 21 unsigned int zstd_is_error(size_t code) in zstd_is_error() 27 zstd_error_code zstd_get_error_code(size_t code) in zstd_get_error_code() 33 const char *zstd_get_error_name(size_t code) in zstd_get_error_name()
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | fsm.c | 320 u_char code, id; in fsm_input() local 393 int code, reject_if_disagree; in fsm_rconfreq() local 515 static void fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) { in fsm_rconfnakrej() 646 u_char code, id; in fsm_rcoderej() local 770 void fsm_sdata(fsm *f, u_char code, u_char id, const u_char *data, int datalen) { in fsm_sdata()
|
| A D | upap.c | 307 u_char code, id; in upap_input() local 569 static void upap_sresp(ppp_pcb *pcb, u_char code, u_char id, const char *msg, int msglen) { in upap_sresp() 605 int code, id, len; in upap_printpkt() local
|
| A D | chap-new.c | 497 static void chap_handle_status(ppp_pcb *pcb, int code, int id, 536 unsigned char code, id; local 595 int code, id, len; local
|
| A D | lcp.c | 523 static int lcp_extcode(fsm *f, int code, int id, u_char *inp, int len) { in lcp_extcode() 1158 #define NAKCICHAP(opt, neg, code) \ in lcp_nakci() argument 1171 #define NAKCICHAR(opt, neg, code) \ in lcp_nakci() argument 1182 #define NAKCISHORT(opt, neg, code) \ in lcp_nakci() argument 1193 #define NAKCILONG(opt, neg, code) \ in lcp_nakci() argument 1205 #define NAKCILQR(opt, neg, code) \ in lcp_nakci() argument 2390 int code, id, len, olen, i; in lcp_printpkt() local
|
| A D | ipcp.c | 1099 #define NAKCIADDRS(opt, neg, code) \ in ipcp_nakci() argument 1115 #define NAKCIVJ(opt, neg, code) \ in ipcp_nakci() argument 1128 #define NAKCIADDR(opt, neg, code) \ in ipcp_nakci() argument 1142 #define NAKCIDNS(opt, neg, code) \ in ipcp_nakci() argument 2241 int code, id, len, olen; in ipcp_printpkt() local
|
| /lib/lwip/lwip/src/apps/snmp/ |
| A D | snmp_msg.c | 758 #define PARSE_EXEC(code, retValue) \ argument 773 #define BUILD_EXEC(code, retValue) \ argument 780 #define IF_PARSE_EXEC(code) PARSE_EXEC(code, ERR_ARG) argument 781 #define IF_PARSE_ASSERT(code) PARSE_ASSERT(code, ERR_ARG) argument 1295 #define OF_BUILD_EXEC(code) BUILD_EXEC(code, ERR_ARG) argument 1559 #define OVB_BUILD_EXEC(code) BUILD_EXEC(code, ERR_ARG) argument 1890 #define VB_PARSE_EXEC(code) PARSE_EXEC(code, SNMP_VB_ENUMERATOR_ERR_ASN1ERROR) argument 1891 #define VB_PARSE_ASSERT(code) PARSE_ASSERT(code, SNMP_VB_ENUMERATOR_ERR_ASN1ERROR) argument
|
| A D | snmp_asn1.c | 44 #define PBUF_OP_EXEC(code) \ argument 229 u8_t code; in snmp_asn1_enc_oid() local
|
| /lib/lwip/lwip/src/core/ipv6/ |
| A D | icmp6.c | 309 icmp6_send_response(struct pbuf *p, u8_t code, u32_t data, u8_t type) in icmp6_send_response() 346 icmp6_send_response_with_addrs(struct pbuf *p, u8_t code, u32_t data, u8_t type, in icmp6_send_response_with_addrs() 385 icmp6_send_response_with_addrs_and_netif(struct pbuf *p, u8_t code, u32_t data, u8_t type, in icmp6_send_response_with_addrs_and_netif()
|
| /lib/lwip/lwip/src/core/ipv4/ |
| A D | icmp.c | 84 u8_t code; in icmp_input() local 349 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/CCodeGeneration/ |
| A D | Code.cs | 43 public Code(string code) in Code()
|
| A D | CodeContainerBase.cs | 98 public Code AddCode(string code) in AddCode()
|
| /lib/zlib/ |
| A D | inftrees.h | 28 } code; typedef
|
| A D | trees.c | 246 int code; /* code value */ in tr_static_init() local 586 ush code = 0; /* running code value */ local 1061 unsigned code; /* the code to send */ local
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A D | psa-conditional-inclusion-c.md | 183 #### Conditional inclusion of library entry points 187 #### Conditional inclusion of mechanism-specific code
|
| /lib/mbedtls/external/mbedtls/programs/ssl/ |
| A D | ssl_mail_client.c | 226 char code[4]; in write_ssl_and_get_response() local 279 char code[4]; in write_and_get_response() local
|
| /lib/bzip2/ |
| A D | bzlib_huffman.c | 173 void BZ2_hbAssignCodes ( Int32 *code, in BZ2_hbAssignCodes()
|
| /lib/lzma/ |
| A D | LzmaDec.h | 50 UInt32 range, code; member
|