Searched defs:spaceleft (Results 1 - 3 of 3) sorted by relevance
/external/libvncserver/libvncserver/ |
H A D | rfbssl_gnutls.c | 196 int spaceleft = sizeof(ctx->peekbuf) - ctx->peeklen - ctx->peekstart; local 197 if (spaceleft < bufsize) {
|
/external/libmtp/src/ |
H A D | ptp.c | 4275 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 D | uDNS.c | 2904 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 232 milliseconds