Home
last modified time | relevance | path

Searched refs:memcpy (Results 51 – 75 of 296) sorted by path

12345678910>>...12

/PHP-7.4/ext/date/lib/
H A Dtimelib.c88 memcpy(tmp, orig, sizeof(timelib_time)); in timelib_time_clone()
114 memcpy(tmp, rel, sizeof(timelib_rel_time)); in timelib_rel_time_clone()
/PHP-7.4/ext/date/
H A Dphp_date.c2138 memcpy(&date_object_handlers_date, &std_object_handlers, sizeof(zend_object_handlers)); in date_register_classes()
2150 memcpy(&date_object_handlers_immutable, &std_object_handlers, sizeof(zend_object_handlers)); in date_register_classes()
2160 memcpy(&date_object_handlers_timezone, &std_object_handlers, sizeof(zend_object_handlers)); in date_register_classes()
2190 memcpy(&date_object_handlers_interval, &std_object_handlers, sizeof(zend_object_handlers)); in date_register_classes()
2207 memcpy(&date_object_handlers_period, &std_object_handlers, sizeof(zend_object_handlers)); in date_register_classes()
3266 memcpy(&dateobj->time->relative, &tmp_time->relative, sizeof(timelib_rel_time)); in php_date_modify()
4727 memcpy(clone, dateobj->time, sizeof(timelib_time)); in PHP_METHOD()
/PHP-7.4/ext/dba/
H A Ddba.c690 memcpy(key+keylen, Z_STRVAL(args[i]), Z_STRLEN(args[i])); in php_dba_open()
/PHP-7.4/ext/dom/
H A Dphp_dom.c539 memcpy(Z_PTR_P(zv), hnd, sizeof(dom_prop_handler)); in dom_copy_prop_handler()
597 memcpy(&dom_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
607 memcpy(&dom_nnodemap_object_handlers, &dom_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
840 memcpy(&dom_xpath_object_handlers, &dom_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/exif/
H A Dexif.c2376 memcpy(info_data->value.s, value, length); in exif_iif_add_buffer()
3017 memcpy(*result, value, byte_count); in exif_process_string_raw()
/PHP-7.4/ext/ffi/
H A Dffi.c454 memcpy(cdata->ptr, ptr, type->size); in zend_ffi_cdata_to_zval_slow_ret()
777 memcpy(ptr, cdata->ptr, type->size); in zend_ffi_zval_to_cdata()
932 memcpy(&callback_data->fcc, &fcc, sizeof(zend_fcall_info_cache)); in zend_ffi_create_callback()
1393 memcpy(buf->start, str, len); in zend_ffi_ctype_name_prepend()
1403 memcpy(buf->end, str, len); in zend_ffi_ctype_name_append()
1640 memcpy(ZSTR_VAL(name), ZSTR_VAL(prefix), ZSTR_LEN(prefix)); in zend_ffi_get_class_name()
1642 memcpy(ZSTR_VAL(name) + ZSTR_LEN(prefix) + 1, buf.start, buf.end - buf.start); in zend_ffi_get_class_name()
2354 memcpy(new_cdata->ptr, old_cdata->ptr, type->size); in zend_ffi_cdata_clone_obj()
4235 ZEND_METHOD(FFI, memcpy) /* {{{ */ in ZEND_METHOD() argument
4286 memcpy(ptr1, ptr2, size); in ZEND_METHOD()
[all …]
/PHP-7.4/ext/ffi/tests/
H A D009.phpt2 FFI 009: memcpy(), memcmp(), memset() and sizeof()
14 FFI::memcpy($b, $a, FFI::sizeof($a));
H A D040.phpt47 FFI::memcpy($x, $y[0], 4);
H A D100.phpt37 FFI::memcpy($str, "Hello World!", strlen("Hello World!"));
H A D101.phpt39 FFI::memcpy($str, "Hello World!", strlen("Hello World!"));
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c218 memcpy(&finfo_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
H A Dlibmagic.patch801 + map->p = memcpy(map->p, php_magic_database, sizeof(php_magic_database));
907 memcpy(hdr.h + 2, map->nmagic, nm);
1029 memcpy(&b->st, st, sizeof(b->st));
1178 (void)memcpy(cdf_bo.s, "\01\02\03\04", 4);
2978 + memcpy(&sb, &ssb.sb, sizeof(zend_stat_t));
3354 - (void)memcpy(copy, str, len);
3540 - memcpy(copy, ms->search.s, slen);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c1261 (void)memcpy(*ma + mentrycount, me[i].mp, in coalesce_entries()
3073 map->p = memcpy(map->p, php_magic_database, sizeof(php_magic_database)); in apprentice_map()
3213 memcpy(hdr.h + 2, map->nmagic, nm); in apprentice_compile()
H A Dbuffer.c49 memcpy(&b->st, st, sizeof(b->st)); in buffer_init()
H A Dcdf.c156 (void)memcpy(&rv, p + offs * sizeof(uint32_t), sizeof(rv)); in cdf_getuint32()
161 (void)memcpy(&(a), &buf[len], sizeof(a)), len += sizeof(a)
163 (void)memcpy((a), &buf[len], sizeof(a)), len += sizeof(a)
335 (void)memcpy(buf, &info->i_buf[off], len); in cdf_read()
359 (void)memcpy(cdf_bo.s, "\01\02\03\04", 4); in cdf_read_header()
408 (void)memcpy(RCAST(char *, buf) + offs, in cdf_read_short_sector()
920 (void)memcpy(&inp->pi_val, p, len); in cdf_copy_info()
1130 memcpy(&cep->f, b + (l), sizeof(cep->f)); \
1146 memcpy(&reclen, b, sizeof(reclen)); in cdf_unpack_catalog()
H A Delfclass.h31 (void)memcpy(&elfhdr, buf, sizeof elfhdr);
H A Dfuncs.c464 (void)memcpy(np, op, bytesconsumed); in file_getbuffer()
H A Dmagic.c274 memcpy(&sb, &ssb.sb, sizeof(zend_stat_t)); in file_or_stream()
H A Dsoftmagic.c504 memcpy(buf, sptr, l); in varexpand()
533 memcpy(buf, ptr, l); in varexpand()
543 memcpy(buf, sptr, l); in varexpand()
1404 (void)memcpy(p, s + offset, nbytes); in mcopy()
/PHP-7.4/ext/gd/
H A Dgd.c2379 memcpy(sig, Z_STRVAL_P(data), sizeof(sig)); in PHP_FUNCTION()
/PHP-7.4/ext/gd/libgd/
H A Dgd.c2808 memcpy(im->style, style, sizeof(int) * noOfPixels); in gdImageSetStyle()
H A Dgd_bmp.c304 memcpy(uncompressed_row, row, length); in compress_row()
378 memcpy(row, data++, 1); in build_rle_packet()
386 memcpy(row, data, 1); in build_rle_packet()
396 memcpy(row, data, length); in build_rle_packet()
H A Dgd_interpolation.c966 memcpy(pDst->tpixels[y], pSrc->tpixels[y], src_width); in _gdScaleHoriz()
1013 memcpy(pDst->tpixels[y], pSrc->tpixels[y], src_width); in _gdScaleVert()
H A Dgd_io_dp.c249 memcpy(buf, (void *) ((char *) dp->data + dp->pos), rlen); in dynamicGetbuf()
320 memcpy((void *) (tmp + (dp->pos)), src, size); in appendDynamic()
346 memcpy(newPtr, dp->data, dp->logicalSize); in gdReallocDynamic()
H A Dgd_tga.c318memcpy(tga->bitmap + bitmap_caret, decompression_buffer + buffer_caret, pixel_block_size * sizeof(… in read_image_tga()
334memcpy(tga->bitmap + bitmap_caret, decompression_buffer + buffer_caret, encoded_pixels * pixel_blo… in read_image_tga()

Completed in 159 milliseconds

12345678910>>...12