Lines Matching refs:vals

218 		pSmProps[ 0 ].vals		= new SmPropValue;  in BuildSmPropertyList()
219 pSmProps[ 0 ].vals->length = aExec.Len()+1; in BuildSmPropertyList()
220 pSmProps[ 0 ].vals->value = strdup( aExec.GetBuffer() ); in BuildSmPropertyList()
225 pSmProps[ 1 ].vals = new SmPropValue; in BuildSmPropertyList()
226 pSmProps[ 1 ].vals->length = aExec.Len()+1; in BuildSmPropertyList()
227 pSmProps[ 1 ].vals->value = strdup( aExec.GetBuffer() ); in BuildSmPropertyList()
232 pSmProps[ 2 ].vals = new SmPropValue[3]; in BuildSmPropertyList()
233 pSmProps[ 2 ].vals[0].length = aExec.Len()+1; in BuildSmPropertyList()
234 pSmProps[ 2 ].vals[0].value = strdup( aExec.GetBuffer() ); in BuildSmPropertyList()
237 pSmProps[ 2 ].vals[1].length = aRestartOption.Len()+1; in BuildSmPropertyList()
238 pSmProps[ 2 ].vals[1].value = strdup( aRestartOption.GetBuffer() ); in BuildSmPropertyList()
240 pSmProps[ 2 ].vals[2].length = aRestartOptionNoLogo.Len()+1; in BuildSmPropertyList()
241 pSmProps[ 2 ].vals[2].value = strdup( aRestartOptionNoLogo.GetBuffer() ); in BuildSmPropertyList()
256 pSmProps[ 3 ].vals = new SmPropValue; in BuildSmPropertyList()
257 pSmProps[ 3 ].vals->value = strdup( aUser.getStr() ); in BuildSmPropertyList()
258 pSmProps[ 3 ].vals->length = strlen( (char *)pSmProps[ 3 ].vals->value )+1; in BuildSmPropertyList()
263 pSmProps[ 4 ].vals = new SmPropValue; in BuildSmPropertyList()
264 pSmProps[ 4 ].vals->value = malloc(1); in BuildSmPropertyList()
265 pSmRestartHint = (unsigned char *)pSmProps[ 4 ].vals->value; in BuildSmPropertyList()
267 pSmProps[ 4 ].vals->length = 1; in BuildSmPropertyList()