Searched defs:dstsize (Results 1 – 6 of 6) sorted by relevance
91 int dstsize) /* I - Number of integers in dst */ in _cupsSNMPCopyOID()258 size_t dstsize) /* I - Size of string buffer */ in _cupsSNMPOIDToString()480 int dstsize)/* I - Number of integers in OID array */ in _cupsSNMPStringToOID()
1685 size_t dstsize) /* I - Size of destination buffer */ in _httpDecodeURI()1701 size_t dstsize) /* I - Size of destination buffer */ in _httpEncodeURI()2152 int dstsize, /* I - Destination size */ in http_copy_decode()
3480 size_t dstsize) /* I - Size of destination buffer */
563 line_fullname(char *dst, const char *src, u_int dstsize) in line_fullname()577 line_stripname(char *dst, const char *src, int dstsize) in line_stripname()596 line_abbrevname(char *dst, const char *src, int dstsize) in line_abbrevname()
378 size_t nla_strlcpy(char *dst, const struct nlattr *nla, size_t dstsize) in nla_strlcpy()
1245 unsigned int dstsize; in convert_sockaddr() local