Searched refs:dpos (Results 1 – 3 of 3) sorted by relevance
183 static void inc_str_pos(const WCHAR **str, int *len, int *dpos, int *dlen) in inc_str_pos() argument185 (*dpos)++; in inc_str_pos()186 if (*dpos == *dlen) in inc_str_pos()188 *dpos = *dlen = 0; in inc_str_pos()
161 DWORD dpos = 0; in mp3_horse() local177 ret = mpg123_read(amd->mh, dst + dpos, *ndst - dpos, &size); in mp3_horse()192 dpos += size; in mp3_horse()193 if (dpos >= *ndst) break; in mp3_horse()195 *ndst = dpos; in mp3_horse()
63 wchar_t * vfat_movstr(wchar_t * dest, const wchar_t *src, ULONG dpos,