Searched defs:convert (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/skeleton/ |
| H A D | create_stubs | 12 function convert(i, j, t) function 233 convert(i, j, 1)
|
| /PHP_TRUNK/ext/xmlrpc/libxmlrpc/ |
| H A D | encodings.c | 60 static char* convert(const char* src, int src_len, int *new_len, const char* from_enc, const char* to_enc) { function 118 return convert(s, len, newlen, encoding, "UTF-8"); 124 return convert(s, len, newlen, "UTF-8", encoding);
|
| /PHP_TRUNK/ext/phar/ |
| H A D | phar.c | 2564 int phar_flush(phar_archive_data *phar, char *user_stub, long len, int convert, char **error TSRMLS_DC) /* {{{ */ argument 2601 return phar_zip_flush(phar, user_stub, len, convert, error TSRMLS_CC); 2605 return phar_tar_flush(phar, user_stub, len, convert, error TSRMLS_CC);
|
| H A D | phar_object.c | 1747 /* convert to PHAR_UFP */ 2032 "Cannot convert phar archive \"%s\", unable to open entry \"%s\" contents: %s", entry->phar->fname, entry->filename, error); 2036 "Cannot convert phar archive \"%s\", unable to open entry \"%s\" contents", entry->phar->fname, entry->filename); 2052 "Cannot convert phar archive \"%s\", unable to copy entry \"%s\" contents", entry->phar->fname, entry->filename); 2265 static zval *phar_convert_to_other(phar_archive_data *source, int convert, char *ext, php_uint32 flags TSRMLS_DC) /* {{{ */ argument 2280 switch (convert) { 2333 "Cannot convert phar archive \"%s\"", source->fname);
|
Completed in 30 milliseconds