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

/macosx-10.9.5/swig-10/Source/Modules/
H A Dphp.cxx1197 const char *pname_cstr = GetChar(p, "name"); local
1200 if (pname_cstr && (ptr = strrchr(pname_cstr, ':'))) {
1201 pname_cstr = ptr + 1;
1203 if (!pname_cstr) {
1206 pname = NewString(pname_cstr);
1208 size_t len = strlen(pname_cstr);
1212 if (strncmp(pname_cstr, Char(pname) + spc, len) == 0) {
1215 // Already have this pname_cstr.
1216 pname_cstr
[all...]

Completed in 117 milliseconds