Lines Matching defs:copy
5 * this file except in compliance with the License. You can obtain a copy
39 char *copy;
60 copy = OPENSSL_strndup(name, namelen);
61 if (copy == NULL)
66 OPENSSL_free(copy);
70 if (!sk_OPENSSL_STRING_push(vpm->hosts, copy)) {
71 OPENSSL_free(copy);
147 /* Macro to test and copy a field if necessary */
177 /* If overwrite or check time not set, copy across */
182 /* Don't need to copy flag: that is done below */