Home
last modified time | relevance | path

Searched refs:dest (Results 101 – 111 of 111) sorted by relevance

12345

/PHP-7.4/ext/phar/
H A Dphar_internal.h551 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error);
H A Dphar_object.c4138 static int phar_extract_file(zend_bool overwrite, phar_entry_info *entry, char *dest, size_t dest_l… in phar_extract_file() argument
4167 …"Cannot extract \"%s...\" to \"%s...\", extracted filename is too long for filesystem", tmp, dest); in phar_extract_file()
4190 len = spprintf(&fullpath, 0, "%s/%s", dest, filename); in phar_extract_file()
/PHP-7.4/ext/standard/
H A Dstring.c2299 zend_string *dest; local
2317 dest = zend_string_alloc(out_len * sizeof(char), 0);
2319 for (p = src, q = ZSTR_VAL(dest); p < (src + srclen - chunklen + 1); ) {
2335 ZSTR_LEN(dest) = q - ZSTR_VAL(dest);
2337 return dest;
H A Dbasic_functions.c1991 ZEND_ARG_INFO(0, dest)
/PHP-7.4/ext/session/
H A Dsession.c3072 static zend_bool early_find_sid_in(zval *dest, int where, php_session_rfc1867_progress *progress) /… in early_find_sid_in() argument
3082 zval_ptr_dtor(dest); in early_find_sid_in()
3083 ZVAL_COPY_DEREF(dest, ppid); in early_find_sid_in()
/PHP-7.4/ext/ftp/
H A Dftp.c1230 ftp_rename(ftpbuf_t *ftp, const char *src, const size_t src_len, const char *dest, const size_t des… in ftp_rename() argument
1241 if (!ftp_putcmd(ftp, "RNTO", sizeof("RNTO")-1, dest, dest_len)) { in ftp_rename()
/PHP-7.4/Zend/
H A Dzend_compile.c4430 zend_label *dest; in zend_resolve_goto_label() local
4437 (dest = zend_hash_find_ptr(CG(context).labels, Z_STR_P(label))) == NULL in zend_resolve_goto_label()
4449 for (; current != dest->brk_cont; current = CG(context).brk_cont_array[current].parent) { in zend_resolve_goto_label()
4467 && (dest->opline_num > elem->finally_end || dest->opline_num < elem->try_op) in zend_resolve_goto_label()
4474 opline->op1.opline_num = dest->opline_num; in zend_resolve_goto_label()
4509 zend_label dest; in zend_compile_label() local
4516 dest.brk_cont = CG(context).current_brk_cont; in zend_compile_label()
4517 dest.opline_num = get_next_op_number(); in zend_compile_label()
4519 if (!zend_hash_add_mem(CG(context).labels, label, &dest, sizeof(zend_label))) { in zend_compile_label()
H A Dzend_operators.c2632 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t length) /… in zend_str_tolower_copy() argument
2635 register unsigned char *result = (unsigned char*)dest; in zend_str_tolower_copy()
2643 return dest; in zend_str_tolower_copy()
H A Dzend_operators.h400 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t le…
/PHP-7.4/docs/
H A Dstreams.md108 php_stream *dest, size_t maxlen);
/PHP-7.4/ext/openssl/
H A Dopenssl.c1136 static int php_openssl_spki_cleanup(const char *src, char *dest) in php_openssl_spki_cleanup() argument
1142 *dest++ = *src; in php_openssl_spki_cleanup()
1148 *dest = 0; in php_openssl_spki_cleanup()

Completed in 110 milliseconds

12345