Searched defs:spaceleft (Results 1 - 2 of 2) sorted by relevance

/external/libmtp/src/
H A Dptp.c4275 ptp_render_ofc(PTPParams* params, uint16_t ofc, int spaceleft, char *txt) argument
4282 return snprintf(txt, spaceleft, "%s", _(ptp_ofc_trans[i].format));
4288 return snprintf (txt, spaceleft,"M3U");
4296 return snprintf (txt, spaceleft,"CRW");
4305 return snprintf(txt, spaceleft, "%s", _(ptp_ofc_mtp_trans[i].format));
4310 return snprintf (txt, spaceleft,_("Unknown(%04x)"), ofc);
4409 ptp_render_opcode(PTPParams* params, uint16_t opcode, int spaceleft, char *txt) argument
4416 return snprintf(txt, spaceleft, "%s", _(ptp_opcode_trans[i].name));
4423 return snprintf(txt, spaceleft, "%s", _(ptp_opcode_mtp_trans[i].name));
4428 return snprintf (txt, spaceleft,
4607 ptp_render_mtp_propname(uint16_t propid, int spaceleft, char *txt) argument
[all...]
/external/mdnsresponder/mDNSCore/
H A DuDNS.c2904 mDNSs32 spaceleft = 0; local
2950 if (AuthInfo && AuthInfo->AutoTunnel) spaceleft = AbsoluteMaxDNSMessageData;
2951 else spaceleft = NormalMaxDNSMessageData;
2954 spaceleft -= RRAdditionalSize(m, AuthInfo);
2955 if (spaceleft <= 0)
2957 LogMsg("SendGroupUpdates: ERROR!!: spaceleft is zero at the beginning");
2961 limit = next + spaceleft;
2971 spaceleft -= zoneSize;
2972 if (spaceleft <= 0)
2990 if ((spaceleft
[all...]

Completed in 73 milliseconds