Home
last modified time | relevance | path

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

12

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_out.c898 static int phpdbg_encode_xml(char **buf, char *msg, int msglen, int from, char *to) { in phpdbg_encode_xml()
/PHP-7.0/ext/zip/lib/
H A Dzip_extra_field.c149 _zip_ef_merge(zip_extra_field_t *to, zip_extra_field_t *from) in _zip_ef_merge()
/PHP-7.0/ext/standard/
H A Durl.c453 unsigned char *to; in php_url_encode() local
H A Dstring.c3049 static zend_string* php_char_to_str_ex(zend_string *str, char from, char *to, size_t to_len, int ca…
3364 char *to = NULL; local
H A Dmail.c103 char *to=NULL, *message=NULL; in PHP_FUNCTION() local
266 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd) in php_mail()
H A Dcyr_convert.c204 static char * php_convert_cyr_string(unsigned char *str, size_t length, char from, char to) in php_convert_cyr_string()
/PHP-7.0/ext/spl/
H A Dspl_dllist.c324 static void spl_ptr_llist_copy(spl_ptr_llist *from, spl_ptr_llist *to) /* {{{ */ in spl_ptr_llist_copy()
H A Dspl_fixedarray.c137 static void spl_fixedarray_copy(spl_fixedarray *to, spl_fixedarray *from) /* {{{ */ in spl_fixedarray_copy()
/PHP-7.0/ext/sockets/
H A Dsendrecvmsg.c101 #define PUT_ENTRY(sizev, var_size, calc, from, to, level, type) \ in init_ancillary_registry() argument
/PHP-7.0/ext/pgsql/
H A Dpgsql.c790 #define PQescapeStringConn(conn, to, from, len, error) PQescapeString(to, from, len) argument
4332 zend_string *from = NULL, *to = NULL; local
4376 char *from = NULL, *to = NULL; local
4525 char *from = NULL, *to = NULL, *tmp = NULL; local
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c49 static void ppc_cache_flush(sljit_ins *from, sljit_ins *to) in ppc_cache_flush()
H A DsljitNativeARM_T2_32.c49 #define COPY_BITS(src, from, to, bits) \ argument
H A DsljitNativeSPARC_common.c36 static void sparc_cache_flush(sljit_ins *from, sljit_ins *to) in sparc_cache_flush()
H A DsljitConfigInternal.h292 #define SLJIT_CACHE_FLUSH(from, to) argument
300 #define SLJIT_CACHE_FLUSH(from, to) \ argument
307 #define SLJIT_CACHE_FLUSH(from, to) \ argument
313 #define SLJIT_CACHE_FLUSH(from, to) \ argument
319 #define SLJIT_CACHE_FLUSH(from, to) \ argument
325 #define SLJIT_CACHE_FLUSH(from, to) \ argument
/PHP-7.0/ext/pcntl/
H A Dpcntl.c582 #define PHP_RUSAGE_PARA(from, to, field) \ argument
585 #define PHP_RUSAGE_SPECIAL(from, to) \ argument
600 #define PHP_RUSAGE_SPECIAL(from, to) argument
603 #define PHP_RUSAGE_COMMON(from ,to) \ argument
609 #define PHP_RUSAGE_TO_ARRAY(from, to) \ argument
/PHP-7.0/ext/opcache/
H A Dzend_shared_alloc.c105 static void copy_shared_segments(void *to, void *from, int count, int size) in copy_shared_segments()
/PHP-7.0/ext/opcache/Optimizer/
H A Dblock_pass.c380 static inline void del_source(zend_code_block *from, zend_code_block *to) in del_source()
458 zend_code_block *to = block->follow_to; in delete_code_block() local
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c222 zend_uchar * to= *row; in ps_fetch_time() local
265 zend_uchar *to= *row; in ps_fetch_date() local
302 zend_uchar * to = *row; in ps_fetch_datetime() local
/PHP-7.0/ext/mbstring/oniguruma/win32/
H A Dtestc.c34 static void xx(char* pattern, char* str, int from, int to, int mem, int not) in xx()
144 static void x2(char* pattern, char* str, int from, int to) in x2()
149 static void x3(char* pattern, char* str, int from, int to, int mem) in x3()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregexec.c264 onig_region_copy(OnigRegion* to, OnigRegion* from) in onig_region_copy()
3803 onig_copy_encoding(OnigEncoding to, OnigEncoding from) in onig_copy_encoding()
H A Dregext.c95 conv_encoding(OnigEncoding from, OnigEncoding to, const UChar* s, const UChar* end, in conv_encoding()
H A Dregint.h397 #define BBUF_MOVE_RIGHT(buf,from,to,n) do {\ argument
404 #define BBUF_MOVE_LEFT(buf,from,to,n) do {\ argument
409 #define BBUF_MOVE_LEFT_REDUCE(buf,from,to) do {\ argument
H A Dregparse.c113 BBuf *to; in bbuf_clone() local
154 bitset_set_range(BitSetRef bs, int from, int to) in bitset_set_range()
179 bitset_invert_to(BitSetRef from, BitSetRef to) in bitset_invert_to()
1697 add_code_range_to_buf(BBuf** pbuf, OnigCodePoint from, OnigCodePoint to) in add_code_range_to_buf()
1772 add_code_range(BBuf** pbuf, ScanEnv* env, OnigCodePoint from, OnigCodePoint to) in add_code_range()
1788 OnigCodePoint pre, from, *data, to = 0; in not_code_range_buf() local
1832 OnigCodePoint from, to; in or_code_range_buf() local
1928 OnigCodePoint from, to, from1, to1, from2, to2; in and_code_range_buf() local
2841 find_str_position(OnigCodePoint s[], int n, UChar* from, UChar* to, in find_str_position()
2870 str_exist_check_with_esc(OnigCodePoint s[], int n, UChar* from, UChar* to, in str_exist_check_with_esc()
[all …]
H A Dregsyntax.c233 onig_copy_syntax(OnigSyntaxType* to, OnigSyntaxType* from) in onig_copy_syntax()
H A Dtestc.c34 static void xx(char* pattern, char* str, int from, int to, int mem, int not) in xx()
144 static void x2(char* pattern, char* str, int from, int to) in x2()
149 static void x3(char* pattern, char* str, int from, int to, int mem) in x3()

Completed in 174 milliseconds

12