Home
last modified time | relevance | path

Searched defs:from (Results 26 – 44 of 44) sorted by relevance

12

/PHP-7.4/ext/spl/
H A Dspl_heap.c100 static zend_always_inline void spl_heap_elem_copy(spl_ptr_heap *heap, void *to, void *from) { in spl_heap_elem_copy()
345 static spl_ptr_heap *spl_ptr_heap_clone(spl_ptr_heap *from) { /* {{{ */ in spl_ptr_heap_clone()
H A Dspl_fixedarray.c140 static void spl_fixedarray_copy(spl_fixedarray *to, spl_fixedarray *from) /* {{{ */ in spl_fixedarray_copy()
H A Dspl_dllist.c324 static void spl_ptr_llist_copy(spl_ptr_llist *from, spl_ptr_llist *to) /* {{{ */ in spl_ptr_llist_copy()
/PHP-7.4/ext/opcache/
H A Dzend_shared_alloc.c104 static void copy_shared_segments(void *to, void *from, int count, int size) in copy_shared_segments()
/PHP-7.4/ext/opcache/Optimizer/
H A Ddfa_pass.c599 static void zend_ssa_replace_control_link(zend_op_array *op_array, zend_ssa *ssa, int from, int to,… in zend_ssa_replace_control_link()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c789 #define PQescapeStringConn(conn, to, from, len, error) PQescapeString(to, from, len) argument
4371 zend_string *from = NULL, *to = NULL; local
4415 char *from = NULL, *to = NULL; local
4565 char *from = NULL, *to = NULL, *tmp = NULL; local
4592 char *from = NULL; local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c877 static int phpdbg_encode_xml(char **buf, char *msg, int msglen, int from, char *to) { in phpdbg_encode_xml()
/PHP-7.4/Zend/
H A Dzend_generators.c611 void zend_generator_yield_from(zend_generator *generator, zend_generator *from) in zend_generator_yield_from()
H A Dzend_hash.h318 static zend_always_inline void zend_hash_iterators_update(HashTable *ht, HashPosition from, HashPos… in zend_hash_iterators_update()
H A Dzend_hash.c591 ZEND_API void ZEND_FASTCALL _zend_hash_iterators_update(HashTable *ht, HashPosition from, HashPosit… in _zend_hash_iterators_update()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c924 …_zend_encoding_converter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t … in php_mb_zend_encoding_converter()
2935 zend_long from, len; in PHP_FUNCTION() local
3005 zend_long from, len; in PHP_FUNCTION() local
3091 zend_long from, width, swidth = 0; in PHP_FUNCTION() local
/PHP-7.4/ext/standard/
H A Dstring.c2467 zval *from; local
3141 static zend_string* php_char_to_str_ex(zend_string *str, char from, char *to, size_t to_len, int ca…
3465 zval *from; local
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c38 static void sparc_cache_flush(sljit_ins *from, sljit_ins *to) in sparc_cache_flush()
H A DsljitNativeARM_T2_32.c56 #define COPY_BITS(src, from, to, bits) \ argument
H A DsljitNativePPC_common.c51 static void ppc_cache_flush(sljit_ins *from, sljit_ins *to) in ppc_cache_flush()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c1956 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/PHP-7.4/ext/gd/libgd/
H A Dgd.c654 void gdImagePaletteCopy (gdImagePtr to, gdImagePtr from) in gdImagePaletteCopy()
/PHP-7.4/ext/exif/
H A Dexif.c3055 const zend_encoding *from, *to; in exif_process_user_comment() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5932 int i, max, from; in fast_forward_first_n_chars() local

Completed in 178 milliseconds

12