HomeSort by relevance Sort by last modified time
    Searched full:msgindex (Results 1 - 2 of 2) sorted by null

  /device/samsung/crespo/alsa-lib/test/
midifile.c 715 static int Msgindex = 0; /* index of next available location in Msg */
721 Msgindex = 0;
734 return (Msgindex);
743 if (Msgindex >= Msgsize)
745 Msgbuff[Msgindex++] = c;
  /external/sqlite/android/
sqlite3_android.cpp 160 int msgIndex = 0;
168 msgIndex = 1;
170 msg = (char const *)sqlite3_value_text(argv[msgIndex]);

Completed in 902 milliseconds