Home
last modified time | relevance | path

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

/RevoEX-3.1/build/tools/makeChjp/
Dmain.c135 …atic void ConvertHexCharToChar(const unsigned char *src, unsigned char *dst, unsigned int dst_size) in ConvertHexCharToChar() argument
138 …unsigned char tmp[dst_size + 1]; // For saving temporarily during conversion; in the end, copy to… in ConvertHexCharToChar()
150 tmp[dst_size] = '\0'; in ConvertHexCharToChar()
152 for(i = dst_size -1; i >= 0; i--) in ConvertHexCharToChar()