Searched defs:source (Results 1 – 2 of 2) sorted by relevance
365 int FindLastIndex(uint8_t *source, uint8_t *target, int soulen, int tarlen) in FindLastIndex()400 int FindIndex(uint8_t* source, uint8_t* target, int soulen, int tarlen) in FindIndex()
75 const char *source = static_cast<char*>(data1); in Decode() local