Searched refs:found_len (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-string-util.c704 int found, found_len; local
708 if (!_dbus_string_find_eol (&str, 0, &found, &found_len) || found != 3 || found_len != 2)
710 if (found != 3 || found_len != 2)
713 if (!_dbus_string_find_eol (&str, 5, &found, &found_len))
715 if (found != 8 || found_len != 1)
718 if (_dbus_string_find_eol (&str, 9, &found, &found_len))
720 else if (found != 11 || found_len != 0)
724 found_len = -1;
726 if (_dbus_string_find_eol (&str, 0, &found, &found_len))
[all...]
H A Ddbus-string.c1628 * @param found_len return length of found eol string or zero otherwise
1635 int *found_len)
1652 if (found_len)
1653 *found_len = 2;
1660 if (found_len)
1661 *found_len = 1;
1669 if (found_len)
1670 *found_len = 1;
1679 if (found_len)
1680 *found_len
1632 _dbus_string_find_eol(const DBusString *str, int start, int *found, int *found_len) argument
[all...]
H A Ddbus-string.h218 int *found_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dans.c46 int answer_len,name_len,data_len,found_len; local
49 found_len = 0; /* gcc wants it */
106 found_len = data_len;
122 found_len);
123 ((struct sockaddr_atmsvc *) result)->sas_addr.pub[found_len] = 0;

Completed in 134 milliseconds