Searched refs:valuep (Results 1 – 9 of 9) sorted by relevance
/third_party/curl/lib/ |
D | cookie.c | 537 const char *valuep; in Curl_cookie_add() local 547 valuep = ptr; in Curl_cookie_add() 549 ptr = &valuep[vlen]; in Curl_cookie_add() 552 while(vlen && ISBLANK(valuep[vlen-1])) in Curl_cookie_add() 556 while(vlen && ISBLANK(*valuep)) { in Curl_cookie_add() 557 valuep++; in Curl_cookie_add() 562 if(memchr(valuep, '\t', vlen)) { in Curl_cookie_add() 569 valuep = NULL; in Curl_cookie_add() 613 strstore(&co->value, valuep, vlen); in Curl_cookie_add() 654 strstore(&co->path, valuep, vlen); in Curl_cookie_add() [all …]
|
/third_party/curl/lib/vauth/ |
D | cleartext.c | 112 CURLcode Curl_auth_create_login_message(const char *valuep, struct bufref *out) in Curl_auth_create_login_message() argument 114 Curl_bufref_set(out, valuep, strlen(valuep), NULL); in Curl_auth_create_login_message()
|
/third_party/libxml2/ |
D | backport-malloc-fail-Fix-leak-of-xmlRegAtom.patch | 99 atom->valuep = xmlStrdup(token); 100 + if (atom->valuep == NULL) 146 atom->valuep = xmlStrdup(token); 147 + if (atom->valuep == NULL) 180 atom->valuep = xmlStrdup(token); 181 + if (atom->valuep == NULL)
|
D | backport-malloc-fail-Fix-memory-leak-in-xmlFAParseCharProp.patch | 75 - ctxt->atom->valuep = blockName; 80 + ctxt->atom->valuep = blockName;
|
/third_party/elfutils/libdw/ |
D | dwarf_getlocation.c | 257 bool cfap, bool valuep, in __libdw_intern_expression() argument 276 if (valuep) in __libdw_intern_expression() 584 if (valuep) in __libdw_intern_expression()
|
D | libdwP.h | 804 bool cfap, bool valuep,
|
/third_party/selinux/libsepol/src/ |
D | link.c | 1902 unsigned int valuep; member 1912 if (arg->valuep == perdatum->s.value) { in find_perm() 1986 fparg.valuep = perm_value; in is_decl_requires_met() 2037 fparg.valuep = req.perm_value; in debug_requirements() 2098 fparg.valuep = req->perm_value; in print_missing_requirements()
|
/third_party/python/Modules/ |
D | posixmodule.c | 11415 conv_confname(PyObject *arg, int *valuep, struct constdef *table, in conv_confname() argument 11422 *valuep = value; in conv_confname() 11448 *valuep = table[mid].value; in conv_confname() 11547 conv_path_confname(PyObject *arg, int *valuep) in conv_path_confname() argument 11549 return conv_confname(arg, valuep, posix_constants_pathconf, in conv_path_confname() 11778 conv_confstr_confname(PyObject *arg, int *valuep) in conv_confstr_confname() argument 11780 return conv_confname(arg, valuep, posix_constants_confstr, in conv_confstr_confname() 12332 conv_sysconf_confname(PyObject *arg, int *valuep) in conv_sysconf_confname() argument 12334 return conv_confname(arg, valuep, posix_constants_sysconf, in conv_sysconf_confname()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 78427 void HeapValuePostBarrier(Value* valuep, const Value& prev, const Value& next);
|