Searched refs:initialized (Results 1 - 25 of 373) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/src/
H A Dfirstfile.c27 char my_begdata[] = "Beginning of Emacs initialized data";
33 extern int initialized;
34 static int * dummy = &initialized;
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetSupport/
H A DInitWebKitQt.cpp35 static bool initialized = false; local
36 if (initialized)
47 initialized = true;
H A DDefaultFullScreenVideoHandler.cpp49 static bool initialized = false; local
50 if (!initialized) {
55 initialized = true;
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DMediaFeatureNames.cpp40 static bool initialized; local
41 if (!initialized) {
48 initialized = true;
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dunlinkdir.c39 static bool initialized; local
42 if (! initialized)
62 initialized = true;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/misc/unix/
H A Dstart.c39 static int initialized = 0; variable
46 if (initialized++) {
78 initialized--;
79 if (initialized) {
/macosx-10.9.5/apr-30/apr/apr/misc/unix/
H A Dstart.c39 static int initialized = 0; variable
46 if (initialized++) {
78 initialized--;
79 if (initialized) {
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DSystemInfo.cpp36 static bool initialized = false; local
40 if (!initialized) {
41 initialized = true;
120 static bool initialized = false; local
123 if (!initialized) {
124 initialized = true;
141 static bool initialized = false; local
144 if (!initialized) {
145 initialized = true;
H A DSoftLinking.h72 static bool initialized; \
74 if (initialized) \
76 initialized = true; \
87 static bool initialized; \
89 if (initialized) \
91 initialized = true; \
127 static bool initialized; \
129 if (initialized) \
131 initialized = true; \
142 static bool initialized; \
[all...]
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DMockCDM.cpp80 static bool initialized = false; local
81 if (!initialized) {
82 initialized = true;
92 static bool initialized = false; local
93 if (!initialized) {
94 initialized = true;
104 static bool initialized = false; local
105 if (!initialized) {
106 initialized = true;
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/
H A Dconfig.c40 static bool initialized = false; variable
118 PRE(!initialized);
128 initialized = true;
141 if (!initialized) {
143 INV(initialized);
160 initialized = false;
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXNotify.c22 * The following static indicates whether this module has been initialized
27 int initialized; member in struct:ThreadSpecificData
59 if (!tsdPtr->initialized) {
69 tsdPtr->initialized = 1;
116 tsdPtr->initialized = 0;
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dapi.c62 static int initialized; variable
79 if (initialized) {
109 if (initialized) {
127 initialized = 1;
148 if (!initialized && ((r = idn_nameinit(0)) != idn_success))
173 if (!initialized && ((r = idn_nameinit(0)) != idn_success))
199 if (!initialized && ((r = idn_nameinit(0)) != idn_success))
235 if (!initialized && ((r = idn_nameinit(1)) != idn_success))
251 if (!initialized && ((r = idn_nameinit(1)) != idn_success))
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dcheckdll.c93 static int initialized = 0; local
95 if (!initialized) {
101 initialized = 1;
107 static int initialized = 0; local
110 if (!initialized) {
127 initialized = 1;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DCookieStorageShimLibrary.cpp82 // only allow it to be initialized once.
83 static int initialized = 0; local
84 if (!OSAtomicCompareAndSwapInt(0, 1, &initialized)) {
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/FirefoxExtension/extension/content/
H A Doverlay.js6 this.initialized = true;
/macosx-10.9.5/WebCore-7537.78.1/loader/archive/
H A DArchiveFactory.cpp61 static bool initialized = false; local
63 if (initialized)
74 initialized = true;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/glx/
H A DGLXContext.cpp45 static bool initialized = false; local
46 if (initialized)
49 initialized = true;
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DInitWebCoreQt.cpp93 static bool initialized = false; local
94 if (initialized)
110 initialized = true;
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dposix_signals.c96 static int initialized = 0; local
98 if (!initialized) {
103 initialized = 1;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadWin.c60 static int initialized = 0;
62 if (!initialized) {
63 initialized = 1;
59 static int initialized = 0; local
/macosx-10.9.5/WebKit-7537.78.2/mac/Storage/
H A DWebStorageManager.mm125 static BOOL initialized = NO;
126 if (initialized)
131 initialized = YES;
/macosx-10.9.5/libxml2-26/libxml2/
H A DSAX.c45 if(hdlr->initialized == 1)
78 hdlr->initialized = 1;
93 if(hdlr->initialized == 1)
124 hdlr->initialized = 1;
140 if(hdlr->initialized == 1)
171 hdlr->initialized = 1;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DSAX.c45 if(hdlr->initialized == 1)
78 hdlr->initialized = 1;
93 if(hdlr->initialized == 1)
124 hdlr->initialized = 1;
140 if(hdlr->initialized == 1)
171 hdlr->initialized = 1;
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducln_cmn.c35 UBool initialized = FALSE; local
42 initialized = TRUE;
45 return initialized;

Completed in 651 milliseconds

1234567891011>>