Lines Matching defs:dir
1105 /* Nothing found; try the current dir. */
1622 /* create dir */
1646 /* delete dir */
2109 failf(data, "Creating the dir/file failed: %s",
2261 * Abort if failure wasn't that the dir already exists or the
3075 int dir = 0;
3077 dir = libssh2_session_block_directions(sshc->ssh_session);
3078 if(dir) {
3080 conn->waitfor = ((dir&LIBSSH2_SESSION_BLOCK_INBOUND)?KEEP_RECV:0) |
3081 ((dir&LIBSSH2_SESSION_BLOCK_OUTBOUND)?KEEP_SEND:0);
3084 if(!dir)
3148 int dir = libssh2_session_block_directions(sshc->ssh_session);
3152 if(LIBSSH2_SESSION_BLOCK_INBOUND & dir)
3154 if(LIBSSH2_SESSION_BLOCK_OUTBOUND & dir)
3460 sshc->secondCreateDirs = 0; /* reset the create dir attempt state