Searched refs:memcpy (Results 1 - 25 of 37) sorted by relevance

12

/forgerock/web-agents-v4/source/
H A Dpolicy_xml.c65 memcpy(t->n, n, ns);
74 memcpy(t->v, v, vs);
115 memcpy(policy_result->resource, resource, resource_size);
293 memcpy(ctx->data + ctx->data_sz, val, len);
H A Dconfig.c306 memcpy(x->value, v, x->size[0]);\
321 memcpy(x->value, v, x->size[0]);\
323 memcpy(x->value + x->size[0] + 1, k, x->size[1]);\
901 memcpy(m->name, i->value, i->size[0] + i->size[1] + 2);
939 memcpy(m->name, i->value, i->size[0] + i->size[1] + 2);
953 memcpy(m->name, i->value, i->size[0] + i->size[1] + 2);
967 memcpy(m->name, i->value, i->size[0] + i->size[1] + 2);
996 memcpy(m->name, i->value, i->size[0] + i->size[1] + 2);
1010 memcpy(m->name, i->value, i->size[0] + i->size[1] + 2);
1027 memcpy(
[all...]
H A Dconfig_xml.c53 memcpy(ctx->conf->user, atts[i + 1], nl);
65 memcpy(ctx->conf->realm, atts[i + 1], nl);
77 memcpy(ctx->current_name, atts[i + 1], nl);
459 memcpy(k, v, t - v);
461 memcpy(k, v, t - v);
473 memcpy(f.current_name, k, sizeof (k));
497 memcpy(ctx->data + ctx->data_sz, val, len);
H A Dutility.c257 memcpy(result + ret_len, rslt, substring_len);
350 memcpy(path, u, sizeof (u));
689 memcpy(uncomp2, uncomp, uncompLength);
1218 return memcpy(new, s, len);
1582 memcpy(len, raw, sizeof (len));
1609 memcpy(r->session_info.si, raw, sz);
1617 memcpy(r->session_info.sk, raw, sz);
1625 memcpy(r->session_info.s1, raw, sz);
2209 memcpy(entry, &dp->dent, sizeof (*entry));
2280 memcpy(ent
[all...]
H A Dsession_saml.c97 memcpy(ctx->data + ctx->data_sz, val, len);
H A Dnet_ops.c41 memcpy(ld->data, data, data_sz);
53 memcpy(ld->data + ld->data_size, data, data_sz);
282 memcpy(user_xml_esc, user, xml_esc_sz);
292 memcpy(pass_xml_esc, password, xml_esc_sz);
465 memcpy(*pxml, req_data->data, req_data->data_size);
714 memcpy(req_url_escaped, req_url, req_url_sz);
H A Dsession_xml.c144 memcpy(ctx->data + ctx->data_sz, val, len);
H A Daudit.c156 memcpy(audit_entry->value, message, size);
H A Dconfig_file.c178 memcpy(value, key_val, key_sz);
180 memcpy((char *) value + key_sz + 1, token, val_sz);
H A Dcache.c403 memcpy(*data, element->value, size);
409 memcpy(*content_type, element->value + size, element->size[CONTENT_TYPE_LENGTH]);
H A Dnet_client.c613 memcpy(n->ssl.request_data, data, data_sz);
H A Dnet_client_ssl.c481 memcpy(&ssl_lib_initialized, &once, sizeof (ssl_lib_initialized));
/forgerock/web-agents-v4/pcre/
H A Dpcre_get.c311 Note that we use memcpy() rather than strncpy() in case there are binary zeros
353 memcpy(buffer, subject + ovector[stringnumber], IN_UCHARS(yield));
477 memcpy(p, subject + ovector[i], IN_UCHARS(len));
564 memcpy(substring, subject + ovector[stringnumber], IN_UCHARS(yield));
H A Dpcre_compile.c927 memcpy(newspace, cd->start_workspace, cd->workspace_size * sizeof(pcre_uchar));
4999 memcpy(pbits, cbits + posix_class_maps[posix_class],
5467 memcpy(code, classbits, 32);
5490 memcpy(code, classbits, 32);
5654 memcpy(utf_chars, lastchar, IN_UCHARS(c)); /* Save the char */
5759 memcpy(code, utf_chars, IN_UCHARS(c & 7));
5784 memcpy(code, utf_chars, IN_UCHARS(c & 7));
5814 memcpy(code, utf_chars, IN_UCHARS(c & 7));
6019 memcpy(code, previous, IN_UCHARS(len));
6098 memcpy(cod
[all...]
H A Dpcre_internal.h251 pcre_uchar type. Useful for memcpy and such operations, whose require the
372 #define memcpy(d,s,n) _memcpy(d,s,n) macro
H A Dpcre_study.c1551 memcpy(study->start_bits, start_bits, sizeof(start_bits));
/forgerock/web-agents-v4/zlib/
H A Dgzread.c158 memcpy(state->x.next, strm->next_in, strm->avail_in);
332 memcpy(buf, state->x.next, n);
531 memcpy(buf, state->x.next, n);
H A Dzutil.h208 # define zmemcpy memcpy
H A Dgzwrite.c218 memcpy(state->in + have, buf, copy);
/forgerock/web-agents-v4/source/iis/
H A Dagent.c484 memcpy(urlc, url_encoded, urlsz);
537 memcpy(key_data, key, key_sz);
539 memcpy(value_data, value, value_sz);
567 memcpy(header_data, header, header_sz);
615 memcpy(key_data, key, key_sz);
617 memcpy(value_data, value, value_sz);
686 memcpy(body, rq->post_data, rq->post_data_sz);
732 memcpy(out + read_bytes, data, rc);
787 memcpy(*clear, data, (size_t) dataLen);
1058 memcpy(
[all...]
/forgerock/web-agents-v4/source/varnish/
H A Dagent.c161 memcpy(h->name, name, sz);
405 memcpy(a, ar->post_data, ar->post_data_sz);
501 memcpy(body + total_read, buf, bytes_read);
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c167 memcpy(h->name, name, sz);
455 memcpy(a, ar->post_data, ar->post_data_sz);
551 memcpy(body + total_read, buf, bytes_read);
/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c1028 memcpy(set, values, number_of_values * sizeof(values[0]));
1226 memcpy(mem, memory, size);
1563 memcpy(cm_error_message + msg_len, buffer, len + 1);
1695 memcpy(new, ptr, block_size);
/forgerock/web-agents-v4/expat/
H A Dxmlparse.c6 #include <string.h> /* memset(), memcpy() */
1600 memcpy(buffer, end, nLeftOver);
1616 memcpy(buff, s, len);
1734 memcpy(newBuf, &bufferPtr[-keep], bufferEnd - bufferPtr + keep);
1746 memcpy(newBuf, bufferPtr, bufferEnd - bufferPtr);
2092 memcpy(rawNameBuf, tag->rawName, tag->rawNameLength);
3026 memcpy(uri, binding->uri, binding->uriLen * sizeof(XML_Char));
3035 memcpy(uri, localPart, i * sizeof(XML_Char));
3040 memcpy(uri + 1, binding->prefix->name, prefixLen * sizeof(XML_Char));
3143 memcpy(
[all...]
/forgerock/web-agents-v4/source/apache/
H A Dagent.c599 memcpy(out + read_bytes, data, data_size);

Completed in 313 milliseconds

12