Lines Matching refs:dstsize
91 int dstsize) /* I - Number of integers in dst */ in _cupsSNMPCopyOID() argument
97 dstsize)); in _cupsSNMPCopyOID()
99 for (i = 0, dstsize --; src[i] >= 0 && i < dstsize; i ++) in _cupsSNMPCopyOID()
258 size_t dstsize) /* I - Size of string buffer */ in _cupsSNMPOIDToString() argument
265 src, dst, CUPS_LLCAST dstsize)); in _cupsSNMPOIDToString()
271 if (!src || !dst || dstsize < 4) in _cupsSNMPOIDToString()
278 for (dstptr = dst, dstend = dstptr + dstsize - 1; in _cupsSNMPOIDToString()
480 int dstsize)/* I - Number of integers in OID array */ in _cupsSNMPStringToOID() argument
487 src, dst, dstsize)); in _cupsSNMPStringToOID()
493 if (!src || !dst || dstsize < 2) in _cupsSNMPStringToOID()
507 for (dstend = dst + dstsize - 1, dstptr = dst, *dstptr = 0; in _cupsSNMPStringToOID()