Home | History | Annotate | Download | only in libossaudio

Lines Matching defs:noffs

64 	int i, noffs;
407 noffs = 0;
409 ei->strindex[i] = noffs;
411 if ((noffs + len) >= sizeof(ei->strings)) {
415 memcpy(ei->strings + noffs,
417 noffs += len;
422 noffs = 0;
424 ei->strindex[i] = noffs;
426 if ((noffs + len) >= sizeof(ei->strings)) {
430 memcpy(ei->strings + noffs,
432 noffs += len;