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

/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_data.h136 mmd_fixup_ele(struct mac_module_data *oldbase, argument
140 ele->key -= (uintptr_t)oldbase;
143 ele->value -= (uintptr_t)oldbase;
/macosx-10.10/libxml2-26/libxml2/
H A Dtree.c5223 xmlChar *oldbase = NULL; local
5261 if (oldbase != NULL) {
5262 newbase = xmlBuildURI(oldbase, base);
5264 xmlFree(oldbase);
5266 oldbase = newbase;
5268 xmlFree(oldbase);
5273 oldbase = base;
5275 if ((!xmlStrncmp(oldbase, BAD_CAST "http://", 7)) ||
5276 (!xmlStrncmp(oldbase, BAD_CAST "ftp://", 6)) ||
5277 (!xmlStrncmp(oldbase, BAD_CAS
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dtree.c5134 xmlChar *oldbase = NULL; local
5170 if (oldbase != NULL) {
5171 newbase = xmlBuildURI(oldbase, base);
5173 xmlFree(oldbase);
5175 oldbase = newbase;
5177 xmlFree(oldbase);
5182 oldbase = base;
5184 if ((!xmlStrncmp(oldbase, BAD_CAST "http://", 7)) ||
5185 (!xmlStrncmp(oldbase, BAD_CAST "ftp://", 6)) ||
5186 (!xmlStrncmp(oldbase, BAD_CAS
[all...]
/macosx-10.10/swig-12/Source/Modules/
H A Dlang.cxx2963 String *oldbase = base; local
2965 Delete(oldbase);
3042 String *oldbase = base; local
3044 Delete(oldbase);

Completed in 207 milliseconds