Searched refs:pSmProps (Results 1 – 1 of 1) sorted by relevance
200 static SmProp* pSmProps = NULL; variable208 if( ! pSmProps ) in BuildSmPropertyList()213 pSmProps = new SmProp[ nSmProps ]; in BuildSmPropertyList()217 pSmProps[ 0 ].num_vals = 1; in BuildSmPropertyList()224 pSmProps[ 1 ].num_vals = 1; in BuildSmPropertyList()231 pSmProps[ 2 ].num_vals = 3; in BuildSmPropertyList()255 pSmProps[ 3 ].num_vals = 1; in BuildSmPropertyList()258 pSmProps[ 3 ].vals->length = strlen( (char *)pSmProps[ 3 ].vals->value )+1; in BuildSmPropertyList()262 pSmProps[ 4 ].num_vals = 1; in BuildSmPropertyList()267 pSmProps[ 4 ].vals->length = 1; in BuildSmPropertyList()[all …]
Completed in 10 milliseconds