Searched defs:yield (Results 1 - 6 of 6) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_maketables.c80 unsigned char *yield, *p; local
84 yield = (unsigned char*)(PUBL(malloc))(tables_length);
86 yield = (unsigned char*)malloc(tables_length);
89 if (yield == NULL) return NULL;
90 p = yield;
153 return yield;
H A Dpcre_get.c318 (i.e. the yield of the pcre_exec call, unless
347 int yield; local
351 yield = ovector[stringnumber+1] - ovector[stringnumber];
352 if (size < yield + 1) return PCRE_ERROR_NOMEMORY;
353 memcpy(buffer, subject + ovector[stringnumber], IN_UCHARS(yield));
354 buffer[yield] = 0;
355 return yield;
373 (i.e. the yield of the pcre_exec call, unless
429 (i.e. the yield of the pcre_exec call, unless
528 (i.e. the yield o
556 int yield; local
[all...]
H A Dpcre_study.c764 int yield = SSB_DONE; local
948 yield = SSB_CONTINUE;
1382 return yield;
H A Dpcre_compile.c3916 register int yield = 0; local
3917 while (posix_name_lengths[yield] != 0)
3919 if (len == posix_name_lengths[yield] &&
3920 STRNCMP_UC_C8(ptr, pn, (unsigned int)len) == 0) return yield;
3921 pn += posix_name_lengths[yield] + 1;
3922 yield++;
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 51 milliseconds