Searched refs:cpy_len (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgpg-error-1.10/src/
H A Dstrerror.c73 size_t cpy_len = errstr_len < buflen ? errstr_len : buflen; local
74 memcpy (buf, errstr, cpy_len);
76 return cpy_len == errstr_len ? 0 : ERANGE;
121 size_t cpy_len = errstr_len < buflen ? errstr_len : buflen; local
122 memcpy (buf, errstr, cpy_len);
123 return cpy_len == errstr_len ? 0 : ERANGE;
142 size_t cpy_len; local
163 cpy_len = errstr_len < buflen ? errstr_len : buflen;
164 memcpy (buf, errstr, cpy_len);
168 return cpy_len
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgpg-error-1.10/src/
H A Dstrerror.c73 size_t cpy_len = errstr_len < buflen ? errstr_len : buflen; local
74 memcpy (buf, errstr, cpy_len);
76 return cpy_len == errstr_len ? 0 : ERANGE;
121 size_t cpy_len = errstr_len < buflen ? errstr_len : buflen; local
122 memcpy (buf, errstr, cpy_len);
123 return cpy_len == errstr_len ? 0 : ERANGE;
142 size_t cpy_len; local
163 cpy_len = errstr_len < buflen ? errstr_len : buflen;
164 memcpy (buf, errstr, cpy_len);
168 return cpy_len
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgpg-error-1.10/src/
H A Dstrerror.c73 size_t cpy_len = errstr_len < buflen ? errstr_len : buflen; local
74 memcpy (buf, errstr, cpy_len);
76 return cpy_len == errstr_len ? 0 : ERANGE;
121 size_t cpy_len = errstr_len < buflen ? errstr_len : buflen; local
122 memcpy (buf, errstr, cpy_len);
123 return cpy_len == errstr_len ? 0 : ERANGE;
142 size_t cpy_len; local
163 cpy_len = errstr_len < buflen ? errstr_len : buflen;
164 memcpy (buf, errstr, cpy_len);
168 return cpy_len
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/asn1/
H A Dasn1_gen.c147 int cpy_len; local
179 cpy_len = i2d_ASN1_TYPE(ret, &orig_der);
190 r = ASN1_get_object(&cpy_start, &hdr_len, &hdr_tag, &hdr_class, cpy_len);
194 cpy_len -= cpy_start - orig_der;
214 len = cpy_len;
260 memcpy(p, cpy_start, cpy_len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/asn1/
H A Dasn1_gen.c161 int cpy_len; local
197 cpy_len = i2d_ASN1_TYPE(ret, &orig_der);
208 cpy_len);
212 cpy_len -= cpy_start - orig_der;
230 len = cpy_len;
275 memcpy(p, cpy_start, cpy_len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/asn1/
H A Dasn1_gen.c147 int cpy_len; local
179 cpy_len = i2d_ASN1_TYPE(ret, &orig_der);
190 r = ASN1_get_object(&cpy_start, &hdr_len, &hdr_tag, &hdr_class, cpy_len);
194 cpy_len -= cpy_start - orig_der;
214 len = cpy_len;
260 memcpy(p, cpy_start, cpy_len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/asn1/
H A Dasn1_gen.c161 int cpy_len; local
197 cpy_len = i2d_ASN1_TYPE(ret, &orig_der);
208 cpy_len);
212 cpy_len -= cpy_start - orig_der;
230 len = cpy_len;
275 memcpy(p, cpy_start, cpy_len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/asn1/
H A Dasn1_gen.c147 int cpy_len; local
179 cpy_len = i2d_ASN1_TYPE(ret, &orig_der);
190 r = ASN1_get_object(&cpy_start, &hdr_len, &hdr_tag, &hdr_class, cpy_len);
194 cpy_len -= cpy_start - orig_der;
214 len = cpy_len;
260 memcpy(p, cpy_start, cpy_len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/asn1/
H A Dasn1_gen.c161 int cpy_len; local
197 cpy_len = i2d_ASN1_TYPE(ret, &orig_der);
208 cpy_len);
212 cpy_len -= cpy_start - orig_der;
230 len = cpy_len;
275 memcpy(p, cpy_start, cpy_len);

Completed in 81 milliseconds