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

  /external/qemu/slirp/
misc.c 637 char *buff3 = buff4; local
654 if (sscanf(buff2, "%128[^:]:%128s", buff1, buff3) != 2) {
655 buff3 = 0;
662 if (buff3) {
663 if (strcmp(buff3, "lowdelay") == 0)
665 else if (strcmp(buff3, "throughput") == 0)
  /external/qemu/slirp-android/
misc.c 598 char *buff3 = buff4; local
615 if (sscanf(buff2, "%128[^:]:%128s", buff1, buff3) != 2) {
616 buff3 = 0;
623 if (buff3) {
624 if (strcmp(buff3, "lowdelay") == 0)
626 else if (strcmp(buff3, "throughput") == 0)

Completed in 36 milliseconds