Searched refs:ldoc (Results 1 – 1 of 1) sorted by relevance
5989 size_t ldoc = (c - methods[i].ml_doc); in SWIG_Python_FixMethods() local5991 char *ndoc = (char*)malloc(ldoc + lptr + 10); in SWIG_Python_FixMethods()5996 strncpy(buff, methods[i].ml_doc, ldoc); in SWIG_Python_FixMethods()5997 buff += ldoc; in SWIG_Python_FixMethods()