Home
last modified time | relevance | path

Searched refs:memcpy (Results 126 – 150 of 286) sorted by relevance

12345678910>>...12

/PHP-5.5/Zend/
H A Dzend_operators.c1263 memcpy(buf, Z_STRVAL_P(op1), Z_STRLEN_P(op1)); in add_char_to_string()
1285 memcpy(buf, Z_STRVAL_P(op1), Z_STRLEN_P(op1)); in add_string_to_string()
1289 memcpy(buf + Z_STRLEN_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op2)); in add_string_to_string()
1331 memcpy(Z_STRVAL_P(result)+Z_STRLEN_P(result), Z_STRVAL_P(op2), Z_STRLEN_P(op2)); in concat_function()
1343 memcpy(buf, Z_STRVAL_P(op1), Z_STRLEN_P(op1)); in concat_function()
1344 memcpy(buf + Z_STRLEN_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op2)); in concat_function()
1796 memcpy(s, Z_STRVAL_P(str), Z_STRLEN_P(str) + 1); in increment_string()
1841 memcpy(t+1, Z_STRVAL_P(str), Z_STRLEN_P(str)); in increment_string()
H A Dzend_string.c122 memcpy((char*)p->arKey, arKey, nKeyLength); in zend_new_interned_string_int()
H A Dzend_alloc.c167 memcpy(ret, segment, size > segment->size ? segment->size : size); in zend_mm_mem_mmap_realloc()
622 memcpy(p, &_mem_block_end_magic, END_MAGIC_SIZE); \
2195 memcpy(ptr, p, mm_block->debug.size); in _zend_mm_realloc_int()
2197 memcpy(ptr, p, orig_size - ZEND_MM_ALIGNED_HEADER_SIZE); in _zend_mm_realloc_int()
2361 memcpy(ptr, p, mm_block->debug.size); in _zend_mm_realloc_int()
2363 memcpy(ptr, p, orig_size - ZEND_MM_ALIGNED_HEADER_SIZE); in _zend_mm_realloc_int()
2636 memcpy(p, s, length+1); in _estrdup()
2655 memcpy(p, s, length); in _estrndup()
2677 memcpy(p, s, length); in zend_strndup()
H A Dzend_constants.c246 memcpy(const_name, "\0__CLASS__", sizeof("\0__CLASS__")-1); in zend_get_special_constant()
408 memcpy(lcname + prefix_len + 1, constant_name, const_name_len + 1); in zend_get_constant_ex()
H A Dzend_compile.c1342 memcpy(opline, opline_ptr, sizeof(zend_op)); in zend_do_end_variable_parse()
1348 memcpy(opline, opline_ptr, sizeof(zend_op)); in zend_do_end_variable_parse()
3286 memcpy(offset, class_name, class_name_len); in zend_get_function_declaration()
3294 memcpy(offset, type_name, type_name_len); in zend_get_function_declaration()
3310 memcpy(offset, "param", 5); in zend_get_function_declaration()
3351 memcpy(offset, "true", 4); in zend_get_function_declaration()
3354 memcpy(offset, "false", 5); in zend_get_function_declaration()
3358 memcpy(offset, "NULL", 4); in zend_get_function_declaration()
3372 memcpy(offset, "Array", 5); in zend_get_function_declaration()
3386 memcpy(offset, "NULL", 4); in zend_get_function_declaration()
[all …]
/PHP-5.5/ext/standard/
H A Dmath.c1187 memcpy(t + 1, dp + 1, declen); in _php_math_number_format_ex_len()
1193 memcpy(t + 1, dec_point, dec_point_len); in _php_math_number_format_ex_len()
1203 memcpy(t + 1, thousand_sep, thousand_sep_len); in _php_math_number_format_ex_len()
H A Dsha1.c202 memcpy in PHP_SHA1Update()
214 memcpy in PHP_SHA1Update()
H A Dassert.c71 memcpy(ASSERTG(cb), new_value, new_value_length); in PHP_INI_MH()
/PHP-5.5/ext/spl/
H A Dphp_spl.c555 memcpy(lc_name + func_name_len, &Z_OBJ_HANDLE_P(zcallable), in PHP_FUNCTION()
571 memcpy(lc_name + func_name_len, &Z_OBJ_HANDLE_P(obj_ptr), sizeof(zend_object_handle)); in PHP_FUNCTION()
663 memcpy(lc_name + func_name_len, &Z_OBJ_HANDLE_P(zcallable), in PHP_FUNCTION()
682 memcpy(lc_name + func_name_len, &Z_OBJ_HANDLE_P(obj_ptr), sizeof(zend_object_handle)); in PHP_FUNCTION()
/PHP-5.5/ext/phar/
H A Dtar.c112 memcpy(save, header->checksum, sizeof(header->checksum)); in phar_is_tar()
115 memcpy(header->checksum, save, sizeof(header->checksum)); in phar_is_tar()
740 memcpy(header.prefix, entry->filename, boundary - entry->filename); in phar_tar_writeheaders()
741 memcpy(header.name, boundary + 1, entry->filename_len - (boundary + 1 - entry->filename)); in phar_tar_writeheaders()
743 memcpy(header.name, entry->filename, entry->filename_len); in phar_tar_writeheaders()
H A Dphar_internal.h569 memcpy(tmp, entry->phar->fname, len1); in phar_set_inode()
572 memcpy(tmp + len1, entry->filename, len2); in phar_set_inode()
/PHP-5.5/ext/pdo_dblib/
H A Ddblib_stmt.c244 memcpy(tmp_ptr, *ptr, *len); in pdo_dblib_stmt_get_col()
/PHP-5.5/ext/xsl/
H A Dphp_xsl.c159 memcpy(&xsl_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_INI_END()
/PHP-5.5/win32/
H A Dsendmail.c574 memcpy(stripped_header, headers, pos1 - headers - 4); in SendText()
580 memcpy(stripped_header + (pos1 - headers - 4), pos2 + 2, strlen(pos2) - 2); in SendText()
/PHP-5.5/ext/wddx/
H A Dwddx.c196 memcpy(stack->elements[stack->top], element, size); in wddx_stack_push()
1073 memcpy(Z_STRVAL_P(ent->data) + Z_STRLEN_P(ent->data), s, len); in php_wddx_process_data()
1085 memcpy(Z_STRVAL_P(ent->data) + Z_STRLEN_P(ent->data), s, len); in php_wddx_process_data()
1120 memcpy(tmp, s, len); in php_wddx_process_data()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.c321 memcpy(blacklist->entries[blacklist->pos].path, real_path, path_length + 1); in zend_accel_blacklist_loadone()
/PHP-5.5/ext/com_dotnet/
H A Dcom_persist.c717 memcpy(clone, object, sizeof(*object)); in helper_clone()
756 memcpy(&helper_handlers, zend_get_std_object_handlers(), sizeof(helper_handlers)); in php_com_persist_minit()
H A Dcom_handlers.c359 memcpy(func, fptr, sizeof(*fptr)); in com_method_get()
648 memcpy(cloneobj, origobject, sizeof(*cloneobj)); in php_com_object_clone()
/PHP-5.5/ext/date/lib/
H A Dparse_date.re311 memcpy(s->bot, s->tok, s->lim - s->tok);
320 memcpy(buf, s->tok, s->lim - s->tok);
437 memcpy(tmp, s->tok, s->cur - s->tok);
464 memcpy(str, begin, end - begin);
504 memcpy(str, begin, end - begin);
546 memcpy(word, begin, end - begin);
579 memcpy(word, begin, end - begin);
626 memcpy(word, begin, end - begin);
721 memcpy(word, begin, end - begin);
1761 memcpy(in.str, s, (e - s));
H A Dparse_iso_intervals.c128 memcpy(tmp, s->tok, s->cur - s->tok); in timelib_string()
152 memcpy(str, begin, end - begin); in timelib_get_nr()
1045 memcpy(in.str, s, (e - s)); in timelib_strtointerval()
/PHP-5.5/ext/intl/common/
H A Dcommon_enum.cpp338 memcpy(&IntlIterator_handlers, zend_get_std_object_handlers(), in intl_register_IntlIterator_class()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c780 memcpy(per_dir_entry->key, tmp.key, tmp.key_length); in copy_per_dir_entry()
784 memcpy(per_dir_entry->value, tmp.value, tmp.value_length); in copy_per_dir_entry()
917 memcpy(per_dir_entry.key, arg1, per_dir_entry.key_length); in php_apache_value_handler_ex()
921 memcpy(per_dir_entry.value, arg2, per_dir_entry.value_length); in php_apache_value_handler_ex()
/PHP-5.5/ext/interbase/
H A Dphp_ibase_udf.c331 memcpy(res->vary_string, Z_STRVAL(return_value), in call_php()
H A Dibase_events.c220 memcpy(event->result_buffer, result_buf, buffer_size); in _php_ibase_callback()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c404 memcpy( &Transliterator_handlers, zend_get_std_object_handlers(), in transliterator_register_Transliterator_class()

Completed in 139 milliseconds

12345678910>>...12