HomeSort by relevance Sort by last modified time
    Searched defs:try_next (Results 1 - 3 of 3) sorted by null

  /external/pcre/
pcre_study.c 618 BOOL try_next = TRUE; local
620 while (try_next) /* Loop for items in this branch */
643 if (rc == SSB_DONE) try_next = FALSE; else
659 try_next = FALSE;
742 try_next = FALSE;
762 try_next = FALSE;
777 try_next = FALSE;
787 try_next = FALSE;
792 try_next = FALSE;
801 try_next = FALSE
    [all...]
  /external/qemu/
qemu-sockets-android.c 89 int slisten,to,try_next,nn; local
156 try_next = to && (sock_address_get_port(e) <= to + port_offset);
157 if (!try_next || sockets_debug)
161 if (try_next) {
qemu-sockets.c 131 int slisten,rc,to,try_next; local
199 try_next = to && (inet_getport(e) <= to + port_offset);
200 if (!try_next || sockets_debug)
204 if (try_next) {

Completed in 1777 milliseconds