/PHP-5.3/ext/ereg/regex/ |
H A D | utils.h | 22 #define memmove(d, s, c) bcopy(s, d, c) macro
|
H A D | README | 16 -DUSEBCOPY will make utils.h substitute bcopy() for memmove().
|
H A D | regcomp.c | 1188 (void) memmove(fp, fp + len + 1, 1424 memmove((char *)&p->strip[pos+1], (char *)&p->strip[pos],
|
/PHP-5.3/ext/xmlrpc/libxmlrpc/ |
H A D | acinclude.m4 | 9 memcpy memmove)
|
/PHP-5.3/ext/mbstring/libmbfl/tests/conv_encoding.tests/ |
H A D | gen_exp.c | 71 memmove(&map->entries[i + 1], &map->entries[i], a); in mappings_add() 89 memmove(&map->entries[i + 2], &map->entries[i + 1], a); in mappings_add()
|
/PHP-5.3/ext/standard/ |
H A D | http_fopen_wrapper.c | 435 memmove(tmp, tmp + (s2 + 1 - tmp_c), b); in php_stream_url_wrap_http_ex() 436 memmove(tmp_c, s2 + 1, b); in php_stream_url_wrap_http_ex() 445 memmove(tmp, tmp + (s2 + 1 - tmp_c), tmp_c + l - 1 - s2); in php_stream_url_wrap_http_ex() 509 memmove(user_headers + (s - tmp), user_headers + (p - tmp), strlen(p) + 1); in php_stream_url_wrap_http_ex()
|
H A D | filters.c | 1609 memmove(inst->stub, pt, tcnt); in strfilter_convert_append_bucket() 1984 memmove(out, p, data->chunk_size); in php_dechunk() 1995 memmove(out, p, end - p); in php_dechunk() 2025 memmove(out, p, end - p); in php_dechunk()
|
H A D | url_scanner_ex.c | 917 if (rest) memmove(ctx->buf.c, start, rest); in xx_mainloop()
|
H A D | url_scanner_ex.re | 356 if (rest) memmove(ctx->buf.c, start, rest);
|
H A D | html.c | 1365 memmove(p, p + e_len, (e - p - e_len)); in PHP_FUNCTION()
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_stdio.c | 171 memmove(buf, buf + out_buf, in_buf - out_buf); in fpm_stdio_child_said()
|
/PHP-5.3/main/ |
H A D | php.h | 191 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro
|
H A D | rfc1867.c | 166 memmove(varname, s, strlen(s)+1); in normalize_protected_variable() 196 memmove(s, index, strlen(index)+1); in normalize_protected_variable() 314 memmove(self->buffer, self->buf_begin, self->bytes_in_buffer); in fill_buffer()
|
H A D | mergesort.c | 232 memmove(list2, list1, nmemb*size); in php_mergesort()
|
/PHP-5.3/ext/sysvshm/ |
H A D | sysvshm.c | 427 memmove(chunk_ptr, next_chunk_ptr, memcpy_len); in php_remove_shm_data()
|
/PHP-5.3/ext/pdo_firebird/ |
H A D | firebird_statement.c | 205 memmove(cp, var->relname, var->relname_length); in firebird_stmt_describe() 209 memmove(cp, var->aliasname, var->aliasname_length); in firebird_stmt_describe()
|
/PHP-5.3/sapi/litespeed/ |
H A D | lsapi_main.c | 450 memmove( CWDG(cwd).cwd, file_handle->filename, CWDG(cwd).cwd_length+1 ); in lsapi_chdir_primary_script() 1091 memmove( headerBuf, h->header, len ); in PHP_FUNCTION()
|
H A D | lsapilib.c | 852 memmove( pBufCur, pCur, len ); in LSAPI_ReqBodyGetLine_r() 892 memmove( pBuf, pReq->m_pReqBuf + pReq->m_bufProcessed, len ); in LSAPI_ReadReqBody_r() 932 memmove( pReq->m_pRespBufPos, pBuf, len ); in LSAPI_Write_r() 1386 memmove( pReq->m_pRespHeaderBufPos, pBuf, len ); in LSAPI_AppendRespHeader_r()
|
/PHP-5.3/ext/snmp/ |
H A D | snmp.c | 577 memmove((char *) root, (char *) objid_mib, sizeof(objid_mib)); in php_snmp_internal() 591 memmove((char *)name, (char *)root, rootlen * sizeof(oid)); in php_snmp_internal() 684 memmove((char *)name, (char *)vars->name,vars->name_length * sizeof(oid)); in php_snmp_internal()
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_internal.h | 367 #define memmove(d,s,n) _memmove(d,s,n) macro 377 #undef memmove /* some systems may have a macro */ 379 #define memmove(a, b, c) bcopy(b, a, c) macro 400 #define memmove(a, b, c) pcre_memmove(a, b, c) macro
|
H A D | pcre_compile.c | 3865 memmove(orig_code, previous, IN_UCHARS(code - previous)); in compile_branch() 4678 memmove(code + (32 / sizeof(pcre_uchar)), code, in compile_branch() 4789 memmove(previous + 1 + LINK_SIZE, previous, IN_UCHARS(1 + LINK_SIZE)); in compile_branch() 5158 memmove(previous + 1, previous, IN_UCHARS(len)); in compile_branch() 5182 memmove(previous + 2 + LINK_SIZE, previous, IN_UCHARS(len)); in compile_branch() 5442 memmove(bracode + 1 + LINK_SIZE, bracode, IN_UCHARS(nlen)); in compile_branch() 5558 memmove(tempcode + 1 + LINK_SIZE, tempcode, IN_UCHARS(len)); in compile_branch() 6134 memmove(slot + cd->name_entry_size, slot, in compile_branch() 7324 memmove(start_bracket + 1 + LINK_SIZE, start_bracket, in compile_regex()
|
/PHP-5.3/ext/exif/ |
H A D | exif.c | 2405 memmove(value_ptr, info_data->value.s, byte_count); in exif_ifd_make_value() 2449 memmove(data_ptr, &info_data->value.f, byte_count); in exif_ifd_make_value() 2453 memmove(data_ptr, &info_data->value.d, byte_count); in exif_ifd_make_value() 2505 …memmove(ImageInfo->Thumbnail.data + new_move, ImageInfo->Thumbnail.data, ImageInfo->Thumbnail.size… in exif_thumbnail_build() 2509 memmove(new_data, "MM\x00\x2a\x00\x00\x00\x08", 8); in exif_thumbnail_build() 2511 memmove(new_data, "II\x2a\x00\x08\x00\x00\x00", 8); in exif_thumbnail_build() 2533 memmove(new_data+8, value_ptr, 4); in exif_thumbnail_build() 2539 memmove(ImageInfo->Thumbnail.data+new_value, value_ptr, byte_count); in exif_thumbnail_build()
|
/PHP-5.3/ext/ftp/ |
H A D | ftp.c | 1147 memmove(ftp->inbuf, ftp->extra, ftp->extralen); in ftp_readline() 1219 memmove(ftp->inbuf, ftp->inbuf + 4, FTP_BUFSIZE - 4); in ftp_getresp()
|
/PHP-5.3/TSRM/ |
H A D | tsrm_virtual_cwd.c | 1033 memmove(path+i, path, j+1); in tsrm_realpath_r() 1092 memmove(path+i, path, j+1); in tsrm_realpath_r()
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regint.h | 124 #define xmemmove memmove
|