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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Ddmap_common.h62 dmap_add_short(struct evbuffer *evbuf, char *tag, short val);
H A Ddmap_common.c113 dmap_add_short(struct evbuffer *evbuf, char *tag, short val) function
291 dmap_add_short(evbuf, df->tag, val.v_u32);
296 dmap_add_short(evbuf, df->tag, val.v_i32);
H A Dhttpd_daap.c468 dmap_add_short(ctx->headerlist, "mshc", ctx->mshc); /* 10 */
495 dmap_add_short(ctx->headerlist, "mshc", ctx->mshc); /* 10 */
506 dmap_add_short(ctx->headerlist, "mshc", '0'); /* 10 */
826 dmap_add_short(content, "ated", 7); // daap.supportsextradata
833 dmap_add_short(content, "asgr", 0); // daap.supportsgroups (1=artists, 2=albums, 3=both)
835 dmap_add_short(content, "asgr", 3); // daap.supportsgroups (1=artists, 2=albums, 3=both)
917 dmap_add_short(evbuf, "mcty", dmap_fields[i].type); /* 10 */

Completed in 54 milliseconds