Lines Matching defs:tmp
156 uint8_t *tmp, *ptmp;
161 tmp = (uint8_t *)OPENSSL_malloc(klen);
162 if (!tmp)
165 ptmp = tmp;
168 !ptmp || lws_ptr_diff(ptmp, tmp) != (int)klen) {
172 OPENSSL_free(tmp);
178 memcpy(buf->ns.name, tmp, klen);
179 OPENSSL_free(tmp);
186 uint8_t *tmp = (uint8_t *)buf->ns.name;
193 der_len = i2d_X509(x509, &tmp);