Searched refs:tmpdata (Results 1 – 3 of 3) sorted by relevance
44 BerValue* tmpdata=0; in sendRequest() local46 tmpdata=(BerValue*) malloc(sizeof(BerValue)); in sendRequest()47 tmpdata->bv_len = m_data.size(); in sendRequest()48 tmpdata->bv_val = (char*) malloc(sizeof(char) * (m_data.size()) ); in sendRequest()49 m_data.copy(tmpdata->bv_val, string::npos); in sendRequest()54 m_oid.c_str(), tmpdata, tmpSrvCtrls, tmpClCtrls, &msgID); in sendRequest()57 ber_bvfree(tmpdata); in sendRequest()
162 const void **tmpdata; in sk_reserve() local198 tmpdata = OPENSSL_realloc((void *)st->data, sizeof(void *) * num_alloc); in sk_reserve()199 if (tmpdata == NULL) in sk_reserve()202 st->data = tmpdata; in sk_reserve()
175 const void **tmpdata; in sk_reserve() local215 tmpdata = OPENSSL_realloc((void *)st->data, sizeof(void *) * num_alloc); in sk_reserve()216 if (tmpdata == NULL) { in sk_reserve()221 st->data = tmpdata; in sk_reserve()