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

  /external/dbus/dbus/
dbus-sysdeps.c 504 * @param end_return return location of the end of the integer, or #NULL
511 int *end_return)
528 if (end_return)
529 *end_return = start + (end - p);
543 * @param end_return return location of the end of the integer, or #NULL
550 int *end_return)
567 if (end_return)
568 *end_return = start + (end - p);
753 * @param end_return return location of the end of the float, or #NULL
760 int *end_return)
    [all...]
dbus-string.h 215 int *end_return);
219 int *end_return);
223 int *end_return);
227 int *end_return);
286 int *end_return,
dbus-string.c     [all...]
  /external/openssh/
hostfile.c 381 HostStatus end_return = HOST_NEW; local
399 end_return = HOST_FOUND;
409 end_return = HOST_OK;
416 end_return = HOST_OK;
422 end_return = HOST_CHANGED;
428 end_return = HOST_REVOKED;
432 return end_return;

Completed in 515 milliseconds