Searched refs:bundle (Results 1 - 25 of 236) sorted by relevance

12345678910

/external/libppp/src/
H A Darp.h32 struct bundle;
34 extern int arp_ClearProxy(struct bundle *, struct in_addr);
35 extern int arp_SetProxy(struct bundle *, struct in_addr);
H A Dip.h34 struct bundle;
36 extern int ip_PushPacket(struct link *, struct bundle *);
37 extern int PacketCheck(struct bundle *, u_int32_t, const unsigned char *, int,
41 extern struct mbuf *ipv4_Input(struct bundle *, struct link *, struct mbuf *);
43 extern struct mbuf *ipv6_Input(struct bundle *, struct link *, struct mbuf *);
H A Dsystems.h33 struct bundle;
36 extern int system_Select(struct bundle *bundle, const char *, const char *,
H A Dtun.h37 struct bundle;
39 extern void tun_configure(struct bundle *);
H A Dbundle.h26 * $FreeBSD: src/usr.sbin/ppp/bundle.h,v 1.52.26.1 2010/12/21 17:10:29 kensmith Exp $
75 struct bundle { struct
161 ((d)->type == BUNDLE_DESCRIPTOR ? (struct bundle *)(d) : NULL)
163 extern struct bundle *bundle_Create(const char *, int, int);
164 extern void bundle_Destroy(struct bundle *);
165 extern const char *bundle_PhaseName(struct bundle *);
167 extern void bundle_NewPhase(struct bundle *, u_int);
168 extern void bundle_LinksRemoved(struct bundle *);
169 extern void bundle_Close(struct bundle *, const char *, int);
170 extern void bundle_Down(struct bundle *, in
[all...]
H A Dserver.h29 struct bundle;
57 extern enum server_stat server_LocalOpen(struct bundle *, const char *, mode_t);
58 extern enum server_stat server_TcpOpen(struct bundle *, u_short);
59 extern enum server_stat server_Reopen(struct bundle *);
60 extern int server_Close(struct bundle *);
61 extern int server_Clear(struct bundle *);
H A Dbundle.c26 * $FreeBSD: src/usr.sbin/ppp/bundle.c,v 1.136.26.1 2010/12/21 17:10:29 kensmith Exp $
84 #include "bundle.h"
108 static int bundle_RemainingIdleTime(struct bundle *);
115 bundle_PhaseName(struct bundle *bundle) argument
117 return bundle->phase <= PHASE_TERMINATE ?
118 PhaseNames[bundle->phase] : "unknown";
122 bundle_NewPhase(struct bundle *bundle, u_int new) argument
124 if (new == bundle
174 bundle_Notify(struct bundle *bundle, char c) argument
198 struct bundle *bundle = (struct bundle *)v; local
225 bundle_LinkAdded(struct bundle *bundle, struct datalink *dl) argument
245 bundle_LinksRemoved(struct bundle *bundle) argument
279 struct bundle *bundle = (struct bundle *)v; local
316 struct bundle *bundle = (struct bundle *)v; local
371 struct bundle *bundle = (struct bundle *)v; local
386 bundle_Close(struct bundle *bundle, const char *name, int how) argument
442 bundle_Down(struct bundle *bundle, int how) argument
453 struct bundle *bundle = descriptor2bundle(d); local
513 struct bundle *bundle = descriptor2bundle(d); local
532 bundle_DescriptorRead(struct fdescriptor *d __unused, struct bundle *bundle, const fd_set *fdset) argument
644 bundle_DescriptorWrite(struct fdescriptor *d __unused, struct bundle *bundle, const fd_set *fdset) argument
669 bundle_LockTun(struct bundle *bundle) argument
688 bundle_UnlockTun(struct bundle *bundle) argument
699 static struct bundle bundle; /* there can be only one */ local
901 bundle_DownInterface(struct bundle *bundle) argument
908 bundle_Destroy(struct bundle *bundle) argument
946 bundle_LinkClosed(struct bundle *bundle, struct datalink *dl) argument
982 bundle_Open(struct bundle *bundle, const char *name, int mask, int force) argument
1007 bundle2datalink(struct bundle *bundle, const char *name) argument
1056 optval(struct bundle *bundle, int opt) argument
1159 struct bundle *bundle = (struct bundle *)v; local
1171 bundle_StartIdleTimer(struct bundle *bundle, unsigned secs) argument
1200 bundle_SetIdleTimer(struct bundle *bundle, unsigned timeout, unsigned min_timeout) argument
1210 bundle_StopIdleTimer(struct bundle *bundle) argument
1217 bundle_RemainingIdleTime(struct bundle *bundle) argument
1229 struct bundle *bundle = (struct bundle *)v; local
1237 bundle_StartSessionTimer(struct bundle *bundle, unsigned secs) argument
1257 bundle_StopSessionTimer(struct bundle *bundle) argument
1266 bundle_IsDead(struct bundle *bundle) argument
1272 bundle_DatalinkLinkout(struct bundle *bundle, struct datalink *dl) argument
1288 bundle_DatalinkLinkin(struct bundle *bundle, struct datalink *dl) argument
1303 bundle_CleanDatalinks(struct bundle *bundle) argument
1322 bundle_DatalinkClone(struct bundle *bundle, struct datalink *dl, const char *name) argument
1335 bundle_DatalinkRemove(struct bundle *bundle, struct datalink *dl) argument
1343 bundle_SetLabel(struct bundle *bundle, const char *label) argument
1352 bundle_GetLabel(struct bundle *bundle) argument
1378 bundle_ReceiveDatalink(struct bundle *bundle, int s) argument
1668 bundle_RenameDatalink(struct bundle *bundle, struct datalink *ndl, const char *name) argument
1685 bundle_SetMode(struct bundle *bundle, struct datalink *dl, int mode) argument
1716 bundle_setsid(struct bundle *bundle, int holdsession) argument
1833 bundle_HighestState(struct bundle *bundle) argument
1846 bundle_Exception(struct bundle *bundle, int fd) argument
1860 bundle_AdjustFilters(struct bundle *bundle, struct ncpaddr *local, struct ncpaddr *remote) argument
1870 bundle_AdjustDNS(struct bundle *bundle) argument
1881 bundle_CalculateBandwidth(struct bundle *bundle) argument
1940 bundle_AutoAdjust(struct bundle *bundle, int percent, int what) argument
1982 bundle_WantAutoloadTimer(struct bundle *bundle) argument
2005 bundle_ChangedPID(struct bundle *bundle) argument
2013 bundle_Uptime(struct bundle *bundle) argument
[all...]
H A Dvjcomp.h32 struct bundle;
H A Dlayer.h43 struct bundle;
48 struct mbuf *(*push)(struct bundle *, struct link *, struct mbuf *,
50 struct mbuf *(*pull)(struct bundle *, struct link *, struct mbuf *,
H A Droute.h31 struct bundle;
57 extern void route_IfDelete(struct bundle *, int);
58 extern void route_UpdateMTU(struct bundle *);
60 extern void route_Change(struct bundle *, struct sticky_route *,
66 extern void route_Clean(struct bundle *, struct sticky_route *);
70 extern int rt_Set(struct bundle *, int, const struct ncprange *,
72 extern void rt_Update(struct bundle *, const struct sockaddr *,
H A Dcommand.h32 struct bundle;
42 struct bundle *bundle; /* Our bundle */ member in struct:cmdargs
64 extern void command_Expand(char **, int, char const *const *, struct bundle *,
69 extern void command_Run(struct bundle *, int, char const *const *,
71 extern int command_Decode(struct bundle *, char *, int, struct prompt *,
H A Dpap.h40 extern struct mbuf *pap_Input(struct bundle *, struct link *, struct mbuf *);
/external/webkit/Source/WebKit/mac/Misc/
H A DWebLocalizableStrings.mm44 NSBundle *bundle;
52 bundle = mainBundle;
54 bundle = stringsBundle->bundle;
55 if (bundle == nil) {
56 bundle = [NSBundle bundleWithIdentifier:[NSString stringWithUTF8String:stringsBundle->identifier]];
57 ASSERT(bundle);
58 stringsBundle->bundle = bundle;
63 NSString *result = [bundle localizedStringForKe
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DResourceBundleTest.java78 ResourceBundle bundle;
81 bundle = ResourceBundle.getBundle(name, new Locale("fr", "FR", "VAR"));
82 assertEquals("Wrong value parent4", "frFRVARValue4", bundle
84 assertEquals("Wrong value parent3", "frFRValue3", bundle
86 assertEquals("Wrong value parent2", "frValue2", bundle
88 assertEquals("Wrong value parent1", "parentValue1", bundle
90 assertEquals("Wrong value child3", "frFRVARChildValue3", bundle
92 assertEquals("Wrong value child2", "frFRVARChildValue2", bundle
94 assertEquals("Wrong value child1", "frFRVARChildValue1", bundle
118 private ResourceBundle bundle; field in class:ResourceBundleTest
[all...]
H A DSampleBundleClass.java28 private static ResourceBundle bundle; field in class:SampleBundleClass
37 bundle = ResourceBundle.getBundle("tests.api.simple.SampleBundleClass");
40 bundle = null;
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleClient.cpp33 void InjectedBundleClient::didCreatePage(InjectedBundle* bundle, WebPage* page) argument
38 m_client.didCreatePage(toAPI(bundle), toAPI(page), m_client.clientInfo);
41 void InjectedBundleClient::willDestroyPage(InjectedBundle* bundle, WebPage* page) argument
46 m_client.willDestroyPage(toAPI(bundle), toAPI(page), m_client.clientInfo);
49 void InjectedBundleClient::didInitializePageGroup(InjectedBundle* bundle, WebPageGroupProxy* pageGroup) argument
54 m_client.didInitializePageGroup(toAPI(bundle), toAPI(pageGroup), m_client.clientInfo);
57 void InjectedBundleClient::didReceiveMessage(InjectedBundle* bundle, const String& messageName, APIObject* messageBody) argument
62 m_client.didReceiveMessage(toAPI(bundle), toAPI(messageName.impl()), toAPI(messageBody), m_client.clientInfo);
/external/webkit/Tools/TestWebKitAPI/
H A DInjectedBundleMain.cpp34 void WKBundleInitialize(WKBundleRef bundle, WKTypeRef initializationUserData) argument
36 TestWebKitAPI::InjectedBundleController::shared().initialize(bundle, initializationUserData);
H A DInjectedBundleController.cpp48 void InjectedBundleController::initialize(WKBundleRef bundle, WKTypeRef initializationUserData) argument
50 m_bundle = bundle;
70 initializeTestNamed(bundle, Util::toSTD(testName), userData);
73 void InjectedBundleController::didCreatePage(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo) argument
77 self->m_currentTest->didCreatePage(bundle, page);
80 void InjectedBundleController::willDestroyPage(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo) argument
84 self->m_currentTest->willDestroyPage(bundle, page);
87 void InjectedBundleController::didInitializePageGroup(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, const void* clientInfo) argument
91 self->m_currentTest->didInitializePageGroup(bundle, pageGroup);
94 void InjectedBundleController::didReceiveMessage(WKBundleRef bundle, WKStringRe argument
109 initializeTestNamed(WKBundleRef bundle, const std::string& identifier, WKTypeRef userData) argument
[all...]
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundleMain.cpp36 void WKBundleInitialize(WKBundleRef bundle, WKTypeRef initializationUserData) argument
38 WTR::InjectedBundle::shared().initialize(bundle, initializationUserData);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePrivate.h39 WK_EXPORT void WKBundleSetShouldTrackVisitedLinks(WKBundleRef bundle, bool shouldTrackVisitedLinks);
40 WK_EXPORT void WKBundleRemoveAllVisitedLinks(WKBundleRef bundle);
41 WK_EXPORT void WKBundleActivateMacFontAscentHack(WKBundleRef bundle);
42 WK_EXPORT void WKBundleGarbageCollectJavaScriptObjects(WKBundleRef bundle);
43 WK_EXPORT void WKBundleGarbageCollectJavaScriptObjectsOnAlternateThreadForDebugging(WKBundleRef bundle, bool waitUntilDone);
44 WK_EXPORT size_t WKBundleGetJavaScriptObjectsCount(WKBundleRef bundle);
58 WK_EXPORT void WKBundleAddUserScript(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKStringRef source, WKURLRef url, WKArrayRef whitelist, WKArrayRef blacklist, WKUserScriptInjectionTime injectionTime, WKUserContentInjectedFrames injectedFrames);
59 WK_EXPORT void WKBundleAddUserStyleSheet(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKStringRef source, WKURLRef url, WKArrayRef whitelist, WKArrayRef blacklist, WKUserContentInjectedFrames injectedFrames);
60 WK_EXPORT void WKBundleRemoveUserScript(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKURLRef url);
61 WK_EXPORT void WKBundleRemoveUserStyleSheet(WKBundleRef bundle, WKBundlePageGroupRe
[all...]
H A DWKBundle.h37 typedef void (*WKBundleDidCreatePageCallback)(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo);
38 typedef void (*WKBundleWillDestroyPageCallback)(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo);
39 typedef void (*WKBundleDidInitializePageGroupCallback)(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, const void* clientInfo);
40 typedef void (*WKBundleDidReceiveMessageCallback)(WKBundleRef bundle, WKStringRef name, WKTypeRef messageBody, const void* clientInfo);
54 WK_EXPORT void WKBundleSetClient(WKBundleRef bundle, WKBundleClient * client);
56 WK_EXPORT void WKBundlePostMessage(WKBundleRef bundle, WKStringRef messageName, WKTypeRef messageBody);
57 WK_EXPORT void WKBundlePostSynchronousMessage(WKBundleRef bundle, WKStringRef messageName, WKTypeRef messageBody, WKTypeRef* returnData);
/external/webkit/Source/WebCore/platform/network/win/
H A DDownloadBundleWin.cpp54 LOG_ERROR("Invalid resume data to write to bundle path");
58 LOG_ERROR("Cannot write resume data to empty download bundle path");
63 FILE* bundle = 0; local
64 if (_wfopen_s(&bundle, nullifiedPath.charactersWithNullTermination(), TEXT("ab")) || !bundle) {
81 if (fwrite(resumeBytes, 1, resumeLength, bundle) != resumeLength) {
82 LOG_ERROR("Failed to write resume data to the bundle - errno(%i)", errno);
86 if (fwrite(&resumeLength, 4, 1, bundle) != 1) {
87 LOG_ERROR("Failed to write footer length to the bundle - errno(%i)", errno);
92 if (fwrite(&magic, 4, 1, bundle) !
112 FILE* bundle = 0; local
[all...]
/external/icu4c/tools/genrb/
H A Dreslist.c30 * Align binary data at a 16-byte offset from the start of the resource bundle,
53 * for use in non-error cases when no resource is to be added to the bundle.
101 bundle_compactStrings(struct SRBRoot *bundle, UErrorCode *status);
110 res_write16(struct SRBRoot *bundle, struct SResource *res,
124 * before actually writing the bundle contents to the file,
129 struct SRBRoot *bundle, struct SResource *res,
139 struct SRBRoot *bundle, struct SResource *res,
143 reserve16BitUnits(struct SRBRoot *bundle, int32_t length, UErrorCode *status) { argument
147 if ((bundle->f16BitUnitsLength + length) > bundle
184 mapKey(struct SRBRoot *bundle, int32_t oldpos) argument
204 makeKey16(struct SRBRoot *bundle, int32_t key) argument
218 string_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
232 array_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
264 table_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
338 res_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
374 string_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
383 bin_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
398 array_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
414 table_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
437 res_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
491 string_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
502 alias_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
511 array_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
533 intvector_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
544 bin_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
563 table_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
602 res_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
647 bundle_write(struct SRBRoot *bundle, const char *outputDir, const char *outputPkg, char *writtenFilename, int writtenFilenameLen, UErrorCode *status) argument
835 res_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode* status) argument
867 table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) argument
877 array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) argument
901 string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) argument
969 alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) argument
994 intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) argument
1011 int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status) argument
1023 bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status) argument
1059 struct SRBRoot *bundle; local
1210 bundle_close(struct SRBRoot *bundle, UErrorCode *status) argument
1220 bundle_closeString(struct SRBRoot *bundle, struct SResource *string) argument
1326 bundle_setlocale(struct SRBRoot *bundle, UChar *locale, UErrorCode *status) argument
1349 getKeyString(const struct SRBRoot *bundle, int32_t key) argument
1358 res_getKeyString(const struct SRBRoot *bundle, const struct SResource *res, char temp[8]) argument
1366 bundle_getKeyBytes(struct SRBRoot *bundle, int32_t *pLength) argument
1372 bundle_addKeyBytes(struct SRBRoot *bundle, const char *keyBytes, int32_t length, UErrorCode *status) argument
1404 bundle_addtag(struct SRBRoot *bundle, const char *tag, UErrorCode *status) argument
1440 const struct SRBRoot *bundle=(const struct SRBRoot *)context; local
1477 bundle_compactKeys(struct SRBRoot *bundle, UErrorCode *status) argument
1631 string_writeUTF16v2(struct SRBRoot *bundle, struct SResource *res, int32_t utf16Length) argument
1660 bundle_compactStrings(struct SRBRoot *bundle, UErrorCode *status) argument
[all...]
/external/icu4c/io/
H A Dlocbund.h57 * @param bundle The ULocaleBundle to clone.
61 u_locbund_clone(const ULocaleBundle *bundle);*/
65 * @param bundle The ULocaleBundle to delete
68 u_locbund_close(ULocaleBundle *bundle);
72 * @param bundle The ULocaleBundle to use
76 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/win/
H A DWKBundlePrivateWin.h35 WK_EXPORT void WKBundleSetHostAllowsAnyHTTPSCertificate(WKBundleRef bundle, WKStringRef host);
36 WK_EXPORT void WKBundleSetClientCertificate(WKBundleRef bundle, WKStringRef host, WKStringRef certificateSystemStoreName, WKCertificateInfoRef certificateInfo);

Completed in 1276 milliseconds

12345678910