Searched refs:firstUrl (Results 1 – 2 of 2) sorted by relevance
61 char* firstUrl; member
1205 newInstance->firstUrl = 0; in pluginAllocate()1229 free(plugin->firstUrl); in pluginDeallocate()1250 if (object->firstUrl && object->firstHeaders && object->lastUrl && object->lastHeaders) { in handleCallback()1254 int len = strlen(object->firstUrl) + 2 in handleCallback()1260 object->firstUrl, object->firstHeaders, object->lastUrl, object->lastHeaders); in handleCallback()1274 if (!object->firstUrl) { in notifyStream()1276 object->firstUrl = strdup(url); in notifyStream()