Searched refs:pStackValue (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/connectivity/source/drivers/evoab2/ |
| H A D | NResultSet.cxx | 325 handleSplitAddress( EContact *pContact,GValue *pStackValue, int value ) in handleSplitAddress() argument 334 g_value_set_string(pStackValue,ec->street ); break; in handleSplitAddress() 336 g_value_set_string(pStackValue,ec->po ); break; in handleSplitAddress() 338 g_value_set_string(pStackValue,ec->locality ); break; in handleSplitAddress() 340 g_value_set_string(pStackValue,ec->region ); break; in handleSplitAddress() 342 g_value_set_string(pStackValue,ec->country ); break; in handleSplitAddress() 344 g_value_set_string(pStackValue,ec->code ); break; in handleSplitAddress() 347 g_value_set_string(pStackValue,ec->street ); break; in handleSplitAddress() 349 g_value_set_string(pStackValue,ec->po ); break; in handleSplitAddress() 351 g_value_set_string(pStackValue,ec->locality ); break; in handleSplitAddress() [all …]
|