Home
last modified time | relevance | path

Searched refs:memcpy (Results 201 – 225 of 286) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c452 memcpy(guid, &attr->guid, sizeof(GUID)); in php_com_process_typeinfo()
H A Dcom_wrapper.c594 memcpy(&disp->sinkid, sinkid, sizeof(disp->sinkid)); in php_com_wrapper_export_as_sink()
H A Dcom_saproxy.c426 memcpy(cloneproxy, proxy, sizeof(*cloneproxy)); in saproxy_clone()
/PHP-5.5/Zend/
H A Dzend_closures.c426 memcpy(&closure_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in zend_register_closure_ce()
H A DZend.m4100 AC_CHECK_FUNCS(memcpy strdup getpid kill strtod strtol finite fpclass sigsetjmp)
H A Dzend_generators.c748 memcpy(&zend_generator_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in zend_register_generator_ce()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c286 memcpy(args->target, Z_STRVAL_P(val), vallen); in php_converter_append_fromUnicode_target()
1124memcpy(&php_converter_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers… in php_converter_minit()
/PHP-5.5/ext/spl/
H A Dspl_observer.c162 memcpy(hash, (char *)&zvalue, hash_len); in spl_object_storage_get_hash()
1304memcpy(&spl_handler_SplObjectStorage, zend_get_std_object_handlers(), sizeof(zend_object_handlers)… in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c377memcpy(compress_buf + MYSQLND_HEADER_SIZE + COMPRESSED_HEADER_SIZE, uncompressed_payload, to_be_se… in MYSQLND_METHOD()
471 memcpy(dest, buffer->data + buffer->offset, count); in php_mysqlnd_read_buffer_read()
H A Dmysqlnd_alloc.c601 memcpy(FAKE_PTR(ret), tmp_str.c, tmp_str.len); in _mysqlnd_pestrdup()
H A Dmysqlnd_debug.c592 memcpy(func_name, mode + i + 1, func_name_len); in MYSQLND_METHOD()
H A Dmysqlnd.c559 memcpy(plugin_data, auth_plugin_data, plugin_data_len); in mysqlnd_run_authentication()
596 memcpy(conn->auth_plugin_data, plugin_data, plugin_data_len); in mysqlnd_run_authentication()
1457 memcpy(p, table, to_copy);
1464 memcpy(p, achtung_wild, to_copy);
/PHP-5.5/ext/standard/
H A Dformatted_print.c122 memcpy(&(*buffer)[*pos], add, copy_len + 1); in php_sprintf_appendstring()
/PHP-5.5/ext/sockets/
H A Dsockets.c433 memcpy((char *) &la.sin_addr, hp->h_addr, hp->h_length);
1442 memcpy(&s_un.sun_path, addr, addr_len);
1508 memcpy(&sa->sun_path, addr, addr_len);
/PHP-5.5/ext/date/
H A Dphp_date.c2025 memcpy(&date_object_handlers_date, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in date_register_classes()
2050memcpy(&date_object_handlers_immutable, zend_get_std_object_handlers(), sizeof(zend_object_handler… in date_register_classes()
2059memcpy(&date_object_handlers_timezone, zend_get_std_object_handlers(), sizeof(zend_object_handlers… in date_register_classes()
2085memcpy(&date_object_handlers_interval, zend_get_std_object_handlers(), sizeof(zend_object_handlers… in date_register_classes()
2099 memcpy(&date_object_handlers_period, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in date_register_classes()
3085 memcpy(&dateobj->time->relative, &tmp_time->relative, sizeof(struct timelib_rel_time)); in php_date_modify()
4431 memcpy(clone, dateobj->time, sizeof(timelib_time)); in PHP_METHOD()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c2251 memcpy(&sqlite3_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
2252memcpy(&sqlite3_stmt_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)…
2253memcpy(&sqlite3_result_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handler…
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c700 memcpy(mssql_ptr, &mssql, sizeof(mssql_link)); in php_mssql_do_connect()
827 memcpy(mssql_ptr, &mssql, sizeof(mssql_link)); in php_mssql_do_connect()
1085 memcpy(res_buf, bin, res_length);
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c898 memcpy(conn_resource->laststate, state, sizeof(state)); in odbc_sql_error()
899 memcpy(conn_resource->lasterrormsg, errormsg, sizeof(errormsg)); in odbc_sql_error()
901 memcpy(ODBCG(laststate), state, sizeof(state)); in odbc_sql_error()
902 memcpy(ODBCG(lasterrormsg), errormsg, sizeof(errormsg)); in odbc_sql_error()
2495 memcpy(ldb, db, ldb_len); in odbc_sqlconnect()
/PHP-5.5/ext/zip/
H A Dphp_zip.c180 memcpy(file_dirname, path_cleaned, path_cleaned_len); in php_zip_extract_file()
1855 memcpy(ze_obj->buffers[pos], buffer, buffer_len + 1); in ZIPARCHIVE_METHOD()
2784 memcpy(&zip_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c329 memcpy((char *)pdbh->persistent_id, hashkey, plen+1); in PHP_METHOD()
1414 memcpy(&pdo_dbh_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in pdo_dbh_init()
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c650 memcpy(file_dirname, source, strlen(source)); in _xmlwriter_get_valid_file_path()
1960 memcpy(&xmlwriter_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h136 #define xmemcpy memcpy
/PHP-5.5/main/
H A Dphp_ini.c833 memcpy(path_bak, path, path_len);
H A Dsnprintf.c399 memcpy(buf, p, *len + 1); in php_conv_fp()
/PHP-5.5/ext/session/
H A Dsession.c1170 memcpy(ubuf, buf, n);
1188 memcpy(buf, LAST_MODIFIED, sizeof(LAST_MODIFIED) - 1);
1204 memcpy(buf, EXPIRES, sizeof(EXPIRES) - 1);

Completed in 134 milliseconds

12345678910>>...12