Searched refs:NX_FTP_END_OF_LISTING (Results 1 – 9 of 9) sorted by relevance
256 if (status != NX_FTP_END_OF_LISTING) in client_thread_entry()279 if (status != NX_FTP_END_OF_LISTING) in client_thread_entry()
431 if (status == NX_FTP_END_OF_LISTING) in client_thread_entry()437 if (status != NX_FTP_END_OF_LISTING) in client_thread_entry()
441 if (status == NX_FTP_END_OF_LISTING) in client_thread_entry()447 if (status != NX_FTP_END_OF_LISTING) in client_thread_entry()
430 if (status == NX_FTP_END_OF_LISTING) in client_thread_entry()436 if (status != NX_FTP_END_OF_LISTING) in client_thread_entry()
252 if (status == NX_FTP_END_OF_LISTING) in client_thread_entry()
539 if (status == NX_FTP_END_OF_LISTING) in client_thread_entry()
214 #define NX_FTP_END_OF_LISTING 0xD8 /* FTP end of directory listing status … macro
151 #define NX_FTP_END_OF_LISTING 0xD8 /* FTP end of directory listing status … macro
2411 return(NX_FTP_END_OF_LISTING); in _nx_ftp_client_directory_listing_continue()