Searched refs:ptr (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzutil.c151 void zcfree (voidpf opaque, voidpf ptr) argument
154 if (*(ush*)&ptr != 0) { /* object < 64K */
155 farfree(ptr);
160 if (ptr != table[n].new_ptr) continue;
169 ptr = opaque; /* just to make some compilers happy */
170 Assert(0, "zcfree: ptr not found");
192 void zcfree (voidpf opaque, voidpf ptr) argument
195 _hfree(ptr);
205 extern void free OF((voidpf ptr));
217 void zcfree (opaque, ptr)
[all...]
H A Dzutil.h213 void zcfree OF((voidpf opaque, voidpf ptr));
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/common/
H A DPlainTextActionReporter.java133 PlainTextActionReporter ptr = null;
135 ptr = (PlainTextActionReporter) aReport;
141 String s = ptr.getOutputData();

Completed in 12 milliseconds