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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Dcmd_spoolss.c1215 static char* get_driver_3_param (char* str, const char* delim, UNISTR* dest) function
1249 str = get_driver_3_param (args, ":", &info->name);
1250 str = get_driver_3_param (NULL, ":", &info->driverpath);
1251 str = get_driver_3_param (NULL, ":", &info->datafile);
1252 str = get_driver_3_param (NULL, ":", &info->configfile);
1253 str = get_driver_3_param (NULL, ":", &info->helpfile);
1254 str = get_driver_3_param (NULL, ":", &info->monitorname);
1255 str = get_driver_3_param (NULL, ":", &info->defaultdatatype);
1258 str2 = get_driver_3_param (NULL, ":", NULL); /* save the beginning of the string */

Completed in 105 milliseconds