Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 44) sorted by last modified time

12

/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
/PHP-7.4/ext/mbstring/
H A Dmbstring.c924 static size_t php_mb_zend_encoding_converter(unsigned char **to, size_t *to_length, const unsigned … in php_mb_zend_encoding_converter()
4341 char *to; in PHP_FUNCTION() local
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c140 static void spl_fixedarray_copy(spl_fixedarray *to, spl_fixedarray *from) /* {{{ */ in spl_fixedarray_copy()
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()
337 void *to = spl_heap_elem(heap, i); in spl_ptr_heap_delete_top() local
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/gd/libgd/
H A Dgd.c654 void gdImagePaletteCopy (gdImagePtr to, gdImagePtr from) in gdImagePaletteCopy()
/PHP-7.4/ext/imap/
H A Dphp_imap.c4044 int _php_imap_mail(char *to, char *subject, char *message, char *headers, char *cc, char *bcc, char… in _php_imap_mail()
4206 …zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NUL… in PHP_FUNCTION() local
/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/standard/
H A Dstring.c3141 static zend_string* php_char_to_str_ex(zend_string *str, char from, char *to, size_t to_len, int ca…
3467 char *to = NULL; local
H A Durl.c471 unsigned char *to; in php_url_encode() local
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp52 TimeZone_object *to; in timezone_object_construct() local
149 TimeZone_object *to = Z_INTL_TIMEZONE_P(zv_timezone); in timezone_process_timezone_argument() local
293 TimeZone_object *to; in TimeZone_get_debug_info() local
344 static void TimeZone_object_init(TimeZone_object *to) in TimeZone_object_init()
362 TimeZone_object* to = php_intl_timezone_fetch_object(object); in TimeZone_objects_free() local
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c301 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c47 …i(const zend_op_array *op_array, zend_dfg *dfg, zend_ssa *ssa, int from, int to, int var) /* {{{ */ in needs_pi()
81 int from, int to, int var) /* {{{ */ in add_pi()
1367 void zend_ssa_remove_predecessor(zend_ssa *ssa, int from, int to) /* {{{ */ in zend_ssa_remove_predecessor()
H A Dblock_pass.c74 #define DEL_SOURCE(from, to) argument
75 #define ADD_SOURCE(from, to) argument
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/pcntl/
H A Dpcntl.c668 #define PHP_RUSAGE_PARA(from, to, field) \ argument
671 #define PHP_RUSAGE_SPECIAL(from, to) \ argument
686 #define PHP_RUSAGE_SPECIAL(from, to) argument
689 #define PHP_RUSAGE_COMMON(from ,to) \ argument
695 #define PHP_RUSAGE_TO_ARRAY(from, to) \ argument
/PHP-7.4/Zend/
H A Dzend_hash.c591 …I void ZEND_FASTCALL _zend_hash_iterators_update(HashTable *ht, HashPosition from, HashPosition to) in _zend_hash_iterators_update()
H A Dzend_language_scanner.l138 static size_t encoding_filter_script_to_internal(unsigned char **to, size_t *to_length, const unsig… in encoding_filter_script_to_internal()
145 static size_t encoding_filter_script_to_intermediate(unsigned char **to, size_t *to_length, const u… in encoding_filter_script_to_intermediate()
150 static size_t encoding_filter_intermediate_to_script(unsigned char **to, size_t *to_length, const u… in encoding_filter_intermediate_to_script()
156 static size_t encoding_filter_intermediate_to_internal(unsigned char **to, size_t *to_length, const… in encoding_filter_intermediate_to_internal()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c51 static void ppc_cache_flush(sljit_ins *from, sljit_ins *to) in ppc_cache_flush()
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 DsljitConfigInternal.h323 #define SLJIT_CACHE_FLUSH(from, to) \ argument
334 #define SLJIT_CACHE_FLUSH(from, to) argument
/PHP-7.4/ext/exif/
H A Dexif.c3055 const zend_encoding *from, *to; in exif_process_user_comment() local
/PHP-7.4/ext/sockets/
H A Dsendrecvmsg.c101 #define PUT_ENTRY(sizev, var_size, calc, from, to, level, type) \ in init_ancillary_registry() argument
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c123 const mbfl_encoding *to, in mbfl_buffer_converter_new()

Completed in 187 milliseconds

12