Searched refs:len_p (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnetwork.c337 int len_p, len_h; local
345 len_p = strlen(pattern);
347 if (len_p > len_h)
350 if (!strcmp(pattern, &hostname[len_h - len_p])) {
351 if (len_h == len_p)
353 if (hostname[len_h - len_p - 1] == '.')
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-marshal-recursive.h126 int *len_p);
H A Ddbus-message.h295 int *len_p);
H A Ddbus-message.c4602 * @param len_p the location to save the length of the marshalled form to
4608 int *len_p)
4615 _dbus_return_val_if_fail (len_p != NULL, FALSE);
4629 *len_p = _dbus_string_get_length (&tmp);
4631 if (!_dbus_string_copy (&(msg->body), 0, &tmp, *len_p))
4634 *len_p = _dbus_string_get_length (&tmp);
4606 dbus_message_marshal(DBusMessage *msg, char **marshalled_data_p, int *len_p) argument
H A Ddbus-marshal-recursive.c1119 * @param len_p place to return the length of the type
1125 int *len_p)
1129 *len_p = find_len_of_complete_type (reader->type_str, reader->type_pos);
1122 _dbus_type_reader_get_signature(const DBusTypeReader *reader, const DBusString **str_p, int *start_p, int *len_p) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsysacls.c131 char *sys_acl_to_text(SMB_ACL_T acl_d, ssize_t *len_p) argument
225 if (len_p)
226 *len_p = len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dunicode.c121 int hfsplus_uni2asc(struct super_block *sb, const struct hfsplus_unistr *ustr, char *astr, int *len_p) argument
133 len = *len_p;
238 *len_p = (char *)op - astr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dunicode.c121 int hfsplus_uni2asc(struct super_block *sb, const struct hfsplus_unistr *ustr, char *astr, int *len_p) argument
133 len = *len_p;
238 *len_p = (char *)op - astr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_file.c102 int *len_p, const char *value)
107 len = *(len_p);
123 *(len_p) = len;
101 snd_pcm_file_append_value(char **string_p, char **index_ch_p, int *len_p, const char *value) argument

Completed in 70 milliseconds