Home
last modified time | relevance | path

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

12345

/PHP-5.6/
H A DREADME.STREAMS107 php_stream *dest, size_t maxlen);
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_structs.h283 void (*read)(struct st_mysqlnd_read_buffer *, size_t count, zend_uchar * dest);
/PHP-5.6/ext/phar/
H A Dphar_object.c4123 static int phar_extract_file(zend_bool overwrite, phar_entry_info *entry, char *dest, int dest_len,… in phar_extract_file() argument
4152 …"Cannot extract \"%s...\" to \"%s...\", extracted filename is too long for filesystem", tmp, dest); in phar_extract_file()
4175 len = spprintf(&fullpath, 0, "%s/%s", dest, filename); in phar_extract_file()
/PHP-5.6/ext/standard/
H A Dbasic_functions.c1992 ZEND_ARG_INFO(0, dest)

Completed in 43 milliseconds

12345