Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/opcache/Optimizer/
H A Dpass1_5.c177 memcpy(ptr, Z_STRVAL(ZEND_OP2_LITERAL(opline)), Z_STRLEN(ZEND_OP2_LITERAL(opline)));
188 memcpy(ptr, ZEND_OP2_LITERAL(next_op).value.str.val, ZEND_OP2_LITERAL(next_op).value.str.len);
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c225 memcpy(key, ZCG(include_path), ZCG(include_path_len) + 1); in ZEND_INI_MH()
350 memcpy((char*)p->arKey, arKey, nKeyLength); in accel_new_interned_string()
1015 memcpy(ZCG(key), cwd, cwd_len); in accel_make_persistent_key_ex()
1030 memcpy(ZCG(key) + cur_len, include_path, include_path_len); in accel_make_persistent_key_ex()
1039 memcpy(ZCG(key), file_handle->filename, key_length + 1); in accel_make_persistent_key_ex()
1115 memcpy(new_key, key, key_length + 1); in zend_accel_add_key()
1663 memcpy(fname, "phar://", sizeof("phar://") - 1);
1740 memcpy(real_path, new_state.cwd, new_state.cwd_length + 1);
1772 memcpy(trypath, ptr, len);
1774 memcpy(trypath + len + 1, filename, filename_length + 1);
[all …]
H A Dzend_accelerator_blacklist.c321 memcpy(blacklist->entries[blacklist->pos].path, real_path, path_length + 1); in zend_accel_blacklist_loadone()
H A Dzend_accelerator_util_funcs.c315 memcpy((char*)q->arKey, p->arKey, p->nKeyLength);
320 memcpy(q->arKey, p->arKey, p->nKeyLength);
435 memcpy((char*)q->arKey, p->arKey, p->nKeyLength);
440 memcpy(q->arKey, p->arKey, p->nKeyLength);
546 memcpy((char*)q->arKey, p->arKey, p->nKeyLength);
551 memcpy(q->arKey, p->arKey, p->nKeyLength);
749 memcpy(trait_aliases[i], ce->trait_aliases[i], sizeof(zend_trait_alias));
751memcpy(trait_aliases[i]->trait_method, ce->trait_aliases[i]->trait_method, sizeof(zend_trait_metho…
787 memcpy(trait_precedences[i], ce->trait_precedences[i], sizeof(zend_trait_precedence));
789memcpy(trait_precedences[i]->trait_method, ce->trait_precedences[i]->trait_method, sizeof(zend_tra…
H A Dzend_shared_alloc.c116 memcpy(shared_segments_to_p, shared_segments_from_p, size); in copy_shared_segments()
348 memcpy(retval, source, size); in _zend_shared_memdup()
/PHP-5.5/ext/openssl/
H A Dopenssl.c2279 memcpy(buffer, type, len); in php_openssl_make_REQ()
4052 memcpy(cryptedbuf, crypttemp, cryptedlen); in PHP_FUNCTION()
4176 memcpy(cryptedbuf, crypttemp, cryptedlen); in PHP_FUNCTION()
4658 memcpy(buf, Z_STRVAL_PP(val), Z_STRLEN_PP(val)+1); in passwd_callback()
4890 memcpy(iv_new, *piv, *piv_len); in php_openssl_validate_iv()
4897 memcpy(iv_new, *piv, iv_required_len); in php_openssl_validate_iv()
4930 memcpy(key, password, password_len); in PHP_FUNCTION()
5027 memcpy(key, password, password_len); in PHP_FUNCTION()
H A Dxp_ssl.c764 memcpy(clisockdata, sock, sizeof(clisockdata->s)); in php_openssl_tcp_sockop_accept()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c5083 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()
5559 memcpy(code, classbits, 32); in compile_branch()
5588 memcpy(code, classbits, 32); in compile_branch()
5857 memcpy(code, utf_chars, IN_UCHARS(c & 7)); in compile_branch()
5882 memcpy(code, utf_chars, IN_UCHARS(c & 7)); in compile_branch()
5912 memcpy(code, utf_chars, IN_UCHARS(c & 7)); in compile_branch()
6118 memcpy(code, previous, IN_UCHARS(len)); in compile_branch()
6196 memcpy(code, previous, IN_UCHARS(len)); in compile_branch()
6645 memcpy(code, arg, IN_UCHARS(arglen)); in compile_branch()
7171 memcpy(newspace, cd->named_groups, in compile_branch()
[all …]
H A Dpcre_exec.c1793 memcpy(new_recursive.offset_save, md->offset_vector, in match()
1808 memcpy(md->offset_vector, new_recursive.offset_save, in match()
7063 memcpy(offsets + 2, md->offset_vector + 2, in pcre_exec()
H A Dpcre_get.c353 memcpy(buffer, subject + ovector[stringnumber], IN_UCHARS(yield)); in pcre_copy_substring()
477 memcpy(p, subject + ovector[i], IN_UCHARS(len)); in pcre_get_substring_list()
564 memcpy(substring, subject + ovector[stringnumber], IN_UCHARS(yield)); in pcre_get_substring()
H A Dpcre_internal.h376 #define memcpy(d,s,n) _memcpy(d,s,n) macro
H A Dpcre_study.c1594 memcpy(study->start_bits, start_bits, sizeof(start_bits)); in pcre_study()
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX-encoder.c10076 memcpy((void *)opbuf, (void *)memaddr, TILEGX_BUNDLE_SIZE_IN_BYTES); in print_insn_tilegx()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1177 memcpy(new_buf, result, *result_len); in php_pcre_replace_impl()
1182 memcpy(&result[*result_len], piece, match-piece); in php_pcre_replace_impl()
1191 memcpy(walkbuf, eval_result, eval_result_len); in php_pcre_replace_impl()
1207 memcpy(walkbuf, subject + offsets[backref<<1], match_len); in php_pcre_replace_impl()
1234 memcpy(&result[*result_len], piece, unit_len); in php_pcre_replace_impl()
1241 memcpy(new_buf, result, *result_len); in php_pcre_replace_impl()
1246 memcpy(&result[*result_len], piece, subject_len - start_offset); in php_pcre_replace_impl()
/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()
H A Dpdo_sql_parser.c642 memcpy(newbuffer, ptr, t); in pdo_parse_params()
645 memcpy(newbuffer, plc->quoted, plc->qlen); in pdo_parse_params()
654 memcpy(newbuffer, ptr, t); in pdo_parse_params()
788 memcpy(ptr, s.tok, s.cur - s.tok);
814 memcpy(ptr, quotedstr, quotedstrlen);
819 memcpy(ptr, Z_STRVAL_P(param->parameter), Z_STRLEN_P(param->parameter));
850 memcpy(ptr, quotedstr, quotedstrlen);
855 memcpy(ptr, Z_STRVAL_P(param->parameter), Z_STRLEN_P(param->parameter));
H A Dpdo_sql_parser.re284 memcpy(newbuffer, ptr, t);
287 memcpy(newbuffer, plc->quoted, plc->qlen);
296 memcpy(newbuffer, ptr, t);
430 memcpy(ptr, s.tok, s.cur - s.tok);
456 memcpy(ptr, quotedstr, quotedstrlen);
461 memcpy(ptr, Z_STRVAL_P(param->parameter), Z_STRLEN_P(param->parameter));
492 memcpy(ptr, quotedstr, quotedstrlen);
497 memcpy(ptr, Z_STRVAL_P(param->parameter), Z_STRLEN_P(param->parameter));
H A Dpdo_stmt.c2346 memcpy(&pdo_dbstmt_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in pdo_stmt_init()
/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/pdo_odbc/
H A Dodbc_stmt.c438 memcpy(P->outbuf, Z_STRVAL_P(param->parameter), P->len); in odbc_stmt_param_hook()
456 memcpy(P->outbuf, Z_STRVAL_P(param->parameter), P->len); in odbc_stmt_param_hook()
460 memcpy(P->outbuf, S->convbuf, P->len); in odbc_stmt_param_hook()
498 memcpy(Z_STRVAL_P(param->parameter), srcbuf, srclen); in odbc_stmt_param_hook()
666 memcpy(buf + used, buf2, 255); in odbc_stmt_get_col()
670 memcpy(buf + used, buf2, C->fetched_len); in odbc_stmt_get_col()
735 memcpy(*ptr, S->convbuf, ulen+1); in odbc_stmt_get_col()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c58 memcpy(tmp, message, i); in _pdo_pgsql_trim_message()
336 memcpy((*quoted)+1, escaped, *quotedlen-2); in pgsql_handle_quoter()
606 memcpy(query, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp)); in PHP_METHOD()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c4313 memcpy(buf, sp-2, 3);
5957 memcpy(Z_STRVAL_P(new_val), tmp, to_len);
/PHP-5.5/ext/phar/
H A Ddirstream.c120 memcpy(((php_stream_dirent *) buf)->d_name, str_key, to_read); in phar_dir_read()
241 memcpy(entry, str_key, found - str_key); in phar_make_dirstream()
246 memcpy(entry, str_key, keylen); in phar_make_dirstream()
278 memcpy(entry, save + dirlen + 1, found - save - dirlen - 1); in phar_make_dirstream()
285 memcpy(entry, save + dirlen + 1, keylen - dirlen - 1); in phar_make_dirstream()
H A Dphar.c513 memcpy(&var, buffer, sizeof(var)); \
630 memcpy(*metadata, *buffer, zip_metadata_len);
1847 memcpy(test, ext_str - 1, ext_len + 1);
2153 memcpy(newpath, PHAR_G(cwd), newpath_len);
2212 memcpy(newpath + newpath_len, tok, ptr_length+1);
2214 memcpy(newpath + newpath_len, tok, ptr_length+1);
2449 memcpy(&(local.crc32), &(desc.crc32), 12);
2452 memcpy(&(local.crc32), &desc, 12);
2500 memcpy(buffer, &var, sizeof(var));
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()

Completed in 300 milliseconds

12345678910>>...12