Searched refs:ndoc (Results 1 – 1 of 1) sorted by relevance
5991 char *ndoc = (char*)malloc(ldoc + lptr + 10); in SWIG_Python_FixMethods() local5992 if (ndoc) { in SWIG_Python_FixMethods()5993 char *buff = ndoc; in SWIG_Python_FixMethods()6001 methods[i].ml_doc = ndoc; in SWIG_Python_FixMethods()