Searched refs:is_file (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dimage_utils.h30 image_new_from_jpeg(const char * path, int is_file, const char * ptr, int size);
H A Dimage_utils.c406 image_new_from_jpeg(const char * path, int is_file, const char * buf, int size) argument
420 if( is_file )
435 if( is_file && file )
449 if( is_file )
457 if( is_file && file )
472 if( is_file )
516 if( is_file )
539 if( is_file )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dimage_utils.h49 image_new_from_jpeg(const char *path, int is_file, const uint8_t *ptr, int size, int scale, int resize);
H A Dimage_utils.c423 image_new_from_jpeg(const char *path, int is_file, const uint8_t *buf, int size, int scale, int rotate) argument
436 if( is_file )
451 if( is_file && file )
469 if( is_file )
479 if( is_file )
487 if( is_file && file )
502 if( is_file )
516 if( is_file )
552 if( is_file )
582 if( is_file )
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_rpc_printer.c163 * @param is_file Whether this file is a file or a dir
173 BOOL copy_timestamps, BOOL is_file)
189 is_file?"file":"dir", src_name));
194 is_file?"file":"dir", src_name, cli_errstr(cli_share_src)));
234 is_file?"file":"dir", dst_name, cli_errstr(cli_share_dst)));
277 is_file?"file":"dir", cli_errstr(cli_share_src));
284 is_file?"file":"dir", cli_errstr(cli_share_dst));
315 * @param is_file Whether this file is a file or a dir
325 BOOL copy_timestamps, BOOL is_file)
346 is_file
168 net_copy_fileattr(TALLOC_CTX *mem_ctx, struct cli_state *cli_share_src, struct cli_state *cli_share_dst, const char *src_name, const char *dst_name, BOOL copy_acls, BOOL copy_attrs, BOOL copy_timestamps, BOOL is_file) argument
320 net_copy_file(TALLOC_CTX *mem_ctx, struct cli_state *cli_share_src, struct cli_state *cli_share_dst, const char *src_name, const char *dst_name, BOOL copy_acls, BOOL copy_attrs, BOOL copy_timestamps, BOOL is_file) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dfile-list.c114 const gboolean is_file = !gtk_tree_model_iter_has_child( model, iter ); local
124 if( is_file )
301 const gboolean is_file = !gtk_tree_model_iter_has_child( model, iter ); local
303 if( is_file )
357 const gboolean is_file = !gtk_tree_model_iter_has_child( model, iter ); local
359 if( is_file )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_getparam.c1105 char is_file; local
1111 is_file = *p++; /* pass the separator */
1115 nlen = is_file = 0;
1118 if('@' == is_file) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dfiledlgg.h160 is_file = 0x0000, enumerator in enum:wxFileData::fileType
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dnss.c287 static int is_file(const char *filename) function
312 if(!is_file(str))
401 if(is_file(filename))
581 if(key_file || (is_file(cert_file))) {
H A Dcurl_darwinssl.c982 CF_INLINE bool is_file(const char *filename) function
1197 bool is_cert_file = is_file(data->set.str[STRING_CERT]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfiledlgg.cpp201 m_type = wxFileData::is_file;
662 wxFileData *fd = new wxFileData(dirPrefix + f, f, wxFileData::is_file, wxFileIconsTable::file);

Completed in 73 milliseconds