Lines Matching refs:store
488 * What host name does OpenSSH store in its file if an IDN name is
844 struct libssh2_knownhost* store = NULL;
852 while(!libssh2_knownhost_get(sshc->kh, &store, store)) {
855 if(store) {
856 if(store->name) {
857 if(store->name[0] == '[') {
858 kh_name_end = strstr(store->name, "]:");
861 store->name, data->set.str[STRING_SSH_KNOWNHOSTS]);
866 kh_name_size = strlen(store->name) - 1 - strlen(kh_name_end);
867 if(strncmp(store->name + 1,
874 else if(strcmp(store->name, conn->host.name) == 0) {
891 switch(store->typemask & LIBSSH2_KNOWNHOST_KEY_MASK) {
932 (store->typemask & LIBSSH2_KNOWNHOST_KEY_MASK));
2208 /* store this original bitmask setup to use later on if we can't
2579 /* Now store the number of bytes we are expected to download */
2752 /* store this original bitmask setup to use later on if we can't
3096 bool block; /* we store the status and use that to provide a ssh_getsock()