Searched refs:quote_attrs (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dssh.h120 LIBSSH2_SFTP_ATTRIBUTES quote_attrs; /* used by the SFTP_QUOTE state */ member in struct:ssh_conn
H A Dssh.c1265 memset(&sshc->quote_attrs, 0, sizeof(LIBSSH2_SFTP_ATTRIBUTES));
1381 &sshc->quote_attrs);
1400 sshc->quote_attrs.gid = strtoul(sshc->quote_path1, NULL, 10);
1401 sshc->quote_attrs.flags = LIBSSH2_SFTP_ATTR_UIDGID;
1402 if(sshc->quote_attrs.gid == 0 && !ISDIGIT(sshc->quote_path1[0]) &&
1414 sshc->quote_attrs.permissions = strtoul(sshc->quote_path1, NULL, 8);
1415 sshc->quote_attrs.flags = LIBSSH2_SFTP_ATTR_PERMISSIONS;
1417 if(sshc->quote_attrs.permissions == 0 &&
1429 sshc->quote_attrs.uid = strtoul(sshc->quote_path1, NULL, 10);
1430 sshc->quote_attrs
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A DHTMLparser.c692 static const char* const quote_attrs[] = { ATTRS, "cite", NULL } ; variable
804 DECL html_flow , NULL , DECL quote_attrs , NULL, NULL
972 DECL html_inline, NULL, DECL quote_attrs, NULL, NULL
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DHTMLparser.c689 static const char* const quote_attrs[] = { ATTRS, "cite", NULL } ; variable
801 DECL html_flow , NULL , DECL quote_attrs , NULL, NULL
969 DECL html_inline, NULL, DECL quote_attrs, NULL, NULL

Completed in 307 milliseconds