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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dmfutils.h375 wxChar *stringParam; member in class:wxMetaRecord
380 metaFunction = fun; points = NULL; stringParam = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dmfutils.cpp86 if (stringParam) delete[] stringParam;
372 rec->stringParam = new wxChar[count+1];
373 fread((void *)rec->stringParam, sizeof(wxChar), count, handle);
374 rec->stringParam[count] = 0;
386 rec->stringParam = new char[count+1];
387 fread((void *)rec->stringParam, sizeof(char), count, handle);
388 rec->stringParam[count] = 0;
846 rec->stringParam = new char[count+1];
847 fread((void *)rec->stringParam, sizeo
[all...]
H A Ddrawn.cpp1960 0.0, 0.0, 0.0, record->stringParam);

Completed in 162 milliseconds