Home | History | Annotate | Download | only in Plugins

Lines Matching refs:cValues

1206         cValues = (char **)malloc(([values count] + 1) * sizeof(char *));
1208 cValues[0] = strdup([_baseURL.get() _web_URLCString]);
1212 cValues = (char **)malloc([values count] * sizeof(char *));
1232 cValues[argsCount] = strdup([value UTF8String]);
1357 free(cValues[i]);
1360 free(cValues);
2361 NPError npErr = [_pluginPackage.get() pluginFuncs]->newp((char *)[_MIMEType.get() cString], plugin, _mode, argsCount, cAttributes, cValues, NULL);