Searched refs:safe_atoi32 (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dmisc.h22 safe_atoi32(const char *str, int32_t *val);
H A Ddmap_common.c222 ret = safe_atoi32(strval, &val.v_i32);
457 ret = safe_atoi32(dbmfi->samplerate, &val);
505 ret = safe_atoi32(dbmfi->item_kind, &val);
512 ret = safe_atoi32(dbmfi->data_kind, &val);
H A Dhttpd_daap.c265 ret = safe_atoi32(param, &id);
610 ret = safe_atoi32(param, &low);
623 ret = safe_atoi32(ptr, &high);
974 ret = safe_atoi32(param, &request_session_id);
1039 ret = safe_atoi32(param, &reqd_rev);
1533 ret = safe_atoi32(uri[3], &playlist);
1574 ret = safe_atoi32(uri[1], &database);
1666 if (safe_atoi32(dbpli.id, &plid) != 0)
1670 if (safe_atoi32(dbpli.type, &pltype) != 0)
1674 if (safe_atoi32(dbpl
[all...]
H A Dhttpd_dacp.c493 ret = safe_atoi32(value, &volume);
563 ret = safe_atoi32(value, &seek_target);
584 ret = safe_atoi32(value, &enable);
601 ret = safe_atoi32(value, &mode);
721 ret = safe_atoi32(param, &clear);
1130 ret = safe_atoi32(param, &reqd_rev);
1196 ret = safe_atoi32(param, &max_w);
1214 ret = safe_atoi32(param, &max_h);
H A Dhttpd_rsp.c180 ret = safe_atoi32(param, &qp->offset);
192 ret = safe_atoi32(param, &qp->limit);
456 ret = safe_atoi32(uri[2], &qp.id);
561 ret = safe_atoi32(dbmfi.samplerate, &bitrate);
645 ret = safe_atoi32(uri[2], &qp.id);
736 ret = safe_atoi32(uri[2], &id);
H A Dmisc.c44 safe_atoi32(const char *str, int32_t *val) function
H A Dmain.c499 ret = safe_atoi32(optarg, &option);
H A Draop.c1179 ret = safe_atoi32(param, &cseq);
3579 ret = safe_atoi32(token, &tmp);
3595 ret = safe_atoi32(token, &tmp);
3611 ret = safe_atoi32(token, &tmp);
H A DRSP2SQL.c2207 ret = safe_atoi32((char *)m->getText(m)->chars, &val);
H A Ddb.c5452 safe_atoi32(buf, &db_ver_major);
5458 safe_atoi32(buf, &db_ver_minor);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DRSP2SQL.c2207 ret = safe_atoi32((char *)m->getText(m)->chars, &val);

Completed in 79 milliseconds