Home
last modified time | relevance | path

Searched refs:PATH_ATTR (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Python/
Dpathconfig.c158 #define COPY_CONFIG(PATH_ATTR, CONFIG_ATTR) \ in pathconfig_set_from_config() argument
160 PyMem_RawFree(pathconfig->PATH_ATTR); \ in pathconfig_set_from_config()
161 pathconfig->PATH_ATTR = NULL; \ in pathconfig_set_from_config()
162 if (copy_wstr(&pathconfig->PATH_ATTR, config->CONFIG_ATTR) < 0) { \ in pathconfig_set_from_config()
309 #define COPY_ATTR(PATH_ATTR, CONFIG_ATTR) \ in config_calculate_pathconfig() argument
311 if (copy_wstr(&config->CONFIG_ATTR, pathconfig.PATH_ATTR) < 0) { \ in config_calculate_pathconfig()
/external/apache-http/src/org/apache/http/cookie/
DClientCookie.java56 public static final String PATH_ATTR = "path"; field
/external/apache-http/src/org/apache/http/impl/cookie/
DRFC2109Spec.java94 registerAttribHandler(ClientCookie.PATH_ATTR, new BasicPathHandler()); in RFC2109Spec()
229 && ((ClientCookie) cookie).containsAttribute(ClientCookie.PATH_ATTR)) { in formatCookieAsVer()
DNetscapeDraftSpec.java84 registerAttribHandler(ClientCookie.PATH_ATTR, new BasicPathHandler()); in NetscapeDraftSpec()
DBrowserCompatSpec.java94 registerAttribHandler(ClientCookie.PATH_ATTR, new BasicPathHandler()); in BrowserCompatSpec()
/external/apache-http/api/
Dcurrent.txt1961 field @Deprecated public static final String PATH_ATTR = "path";