Home
last modified time | relevance | path

Searched refs:returnStructure (Results 1 – 3 of 3) sorted by relevance

/dports/astro/marble/marble-21.12.3/src/plugins/render/twitter/
H A Djsonparser.cpp61 googleMapDataStructure returnStructure; in geoCodingAPIparseObject() local
66 returnStructure.lon = myEngine.evaluate("lon()").toNumber(); in geoCodingAPIparseObject()
67 returnStructure.lat = myEngine.evaluate("lat()").toNumber(); in geoCodingAPIparseObject()
68 mDebug() << "twitter lan lon text=" << returnStructure.lat << returnStructure.lon; in geoCodingAPIparseObject()
69 return returnStructure; in geoCodingAPIparseObject()
/dports/astro/marble/marble-21.12.3/src/plugins/render/panoramio/
H A DPanoramioParser.cpp91 QList <panoramioDataStructure> returnStructure; in parseAllObjects() local
94 returnStructure.append( parseObjectOnPosition( content, i ) ); in parseAllObjects()
97 return returnStructure; in parseAllObjects()
/dports/www/kannel/gateway-1.4.4/wap/
H A Dwtls_statesupport.c1058 RSAPublicKey *returnStructure = NULL; in wtls_get_rsapublickey() local
1100 returnStructure = gw_malloc(sizeof(RSAPublicKey)); in wtls_get_rsapublickey()
1101 returnStructure->rsa_exponent = Exponent; in wtls_get_rsapublickey()
1102 returnStructure->rsa_modulus = Modulus; in wtls_get_rsapublickey()
1108 return (returnStructure); in wtls_get_rsapublickey()