Searched refs:key_end (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddesktop-file.c456 int key_start, key_end; local
473 key_end = p;
475 if (key_start == key_end)
546 if (!_dbus_string_copy_len (&parser->data, key_start, key_end - key_start,
H A Dsignals.c501 const char *key_end; local
517 key_end = p;
522 if (key_start == key_end)
537 if (!_dbus_string_append_len (key, key_start, key_end - key_start))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopt.c1318 const char *key_start, *key_end; local
1323 key_end = opts;
1328 if (!(*rkey = av_malloc(key_end - key_start + 1)))
1330 memcpy(*rkey, key_start, key_end - key_start);
1331 (*rkey)[key_end - key_start] = 0;

Completed in 68 milliseconds