Lines Matching refs:cpp
83 static long decode(unsigned char **cpp);
85 static unsigned short pull16(unsigned char **cpp);
195 pull16(unsigned char **cpp) in pull16() argument
199 rval = *(*cpp)++; in pull16()
201 rval |= *(*cpp)++; in pull16()
207 decode(unsigned char **cpp) in decode() argument
211 x = *(*cpp)++; in decode()
213 return pull16(cpp) & 0xffff; /* pull16 returns -1 on error */ in decode()
228 unsigned char *ocp, unsigned char **cpp, int compress_cid) in slhc_compress() argument
447 *cpp = ocp; in slhc_compress()
453 *cpp = ocp; in slhc_compress()
479 *cpp = ocp; in slhc_compress()
709 unsigned char *ocp, unsigned char **cpp, int compress_cid) in slhc_compress() argument