Lines Matching refs:input
78 const char *searchArray, size_t inputLen, const unsigned char *input);
80 const char *input, DecodeInfo *decodeInfo, unsigned char *retDecode);
95 * Output the corresponding text after encoding the input parameters.
98 * @param src Encode the input uint8 array.
103 * Output the corresponding text after encoding the input parameters.
106 * @param src Encode the input uint8 array.
111 * Output the corresponding text after encoding the input parameters.
114 * @param src Decode the input uint8 array or string.
119 * Output the corresponding text after asynchronously encoding the input parameters.
122 * @param src Asynchronously encoded input uint8 array.
127 * Output the corresponding text after asynchronously encoding the input parameters.
130 * @param src Asynchronously encoded input uint8 array.
135 * Output the corresponding text after asynchronously encoding the input parameters.
138 * @param src Asynchronously decode the input uint8 array or string.
143 unsigned char *DecodeAchieve(napi_env env, const char *input, size_t inputLen, Type valueType);
144 unsigned char *EncodeAchieve(const unsigned char *input, size_t inputLen, Type valueType);
165 unsigned char *EncodeAchieveInner(const unsigned char *input, unsigned char *ret,
168 unsigned char *DecodeAchieveInner(napi_env env, const char *input,