Searched refs:memmove (Results 1 - 10 of 10) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_internal.h373 #define memmove(d,s,n) _memmove(d,s,n) macro
377 /* To cope with SunOS4 and other systems that lack memmove() but have bcopy(),
378 define a macro for memmove() if HAVE_MEMMOVE is false, provided that HAVE_BCOPY
383 #undef memmove /* some systems may have a macro */ macro
385 #define memmove(a, b, c) bcopy(b, a, c) macro
406 #define memmove(a, b, c) pcre_memmove(a, b, c) macro
H A Dpcre_compile.c4560 memmove(orig_code, previous, IN_UCHARS(code - previous));
5463 memmove(code + (32 / sizeof(pcre_uchar)), code,
5604 memmove(previous + 1 + LINK_SIZE, previous, IN_UCHARS(1 + LINK_SIZE));
5932 memmove(previous + 1, previous, IN_UCHARS(len));
5956 memmove(previous + 2 + LINK_SIZE, previous, IN_UCHARS(len));
6216 memmove(bracode + 1 + LINK_SIZE, bracode, IN_UCHARS(nlen));
6350 memmove(tempcode + 1 + LINK_SIZE, tempcode, IN_UCHARS(len));
6399 memmove(tempcode + 1 + LINK_SIZE, tempcode, IN_UCHARS(len));
8281 memmove(start_bracket + 1 + LINK_SIZE, start_bracket,
8710 memmove(slo
[all...]
H A Dpcre_dfa_exec.c794 if (count > 0) memmove(offsets + 2, offsets, count * sizeof(int));
/forgerock/web-agents-v4/source/
H A Dutility.c432 memmove(url->path + 1, url->path, ul);
796 memmove(str, in, in - str);
1676 memmove(temp_str + i + nshifts, temp_str + i, str_len - i + nshifts);
2449 memmove(dest, src, e - (src - new_str));
/forgerock/web-agents-v4/expat/
H A Dxmlparse.c78 /* Handle the case where memmove() doesn't exist. */
81 #define memmove(d,s,l) bcopy((s),(d),(l)) macro
83 #error memmove does not exist on this platform, nor is a substitute available
1705 memmove(buffer, &buffer[offset], bufferEnd - bufferPtr + keep);
1710 memmove(buffer, bufferPtr, bufferEnd - bufferPtr);
/forgerock/web-agents-v4/source/iis/
H A Dagent.c933 memmove(ip, ip + 1, s - 2);
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 99 milliseconds