Home
last modified time | relevance | path

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

/third_party/curl/packages/OS400/
Dccsidcurl.c53 #define ICONV_ID_SIZE 32 /* Size of iconv_open() code identifier. */ macro
60 makeOS400IconvCode(char buf[ICONV_ID_SIZE], unsigned int ccsid) in makeOS400IconvCode() argument
75 memset(buf, 0, ICONV_ID_SIZE); in makeOS400IconvCode()
84 char fromcode[ICONV_ID_SIZE]; in iconv_open_CCSID()
85 char tocode[ICONV_ID_SIZE]; in iconv_open_CCSID()