Searched defs:where (Results 1 - 18 of 18) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_config.c63 where where to put the information
70 pcre_config(int what, void *where) argument
73 pcre16_config(int what, void *where)
76 pcre32_config(int what, void *where)
83 *((int *)where) = 0;
87 *((int *)where) = 1;
89 *((int *)where) = 0;
96 *((int *)where) = 0;
100 *((int *)where)
[all...]
H A Dpcre_fullinfo.c63 where where to put the information
71 int what, void *where)
75 int what, void *where)
79 int what, void *where)
85 if (re == NULL || where == NULL) return PCRE_ERROR_NULL;
106 *((unsigned long int *)where) = re->options & PUBLIC_COMPILE_OPTIONS;
110 *((size_t *)where) = re->size;
114 *((size_t *)where) = (study == NULL)? 0 : study->size;
119 *((size_t *)where)
70 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, int what, void *where) argument
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/security/x509/
H A DCertParseError.java39 CertParseError(String where) { argument
40 super(CertException.verf_PARSE_ERROR, where);
/forgerock/openam/openam-shared/src/main/java/com/iplanet/security/x509/
H A DCertParseError.java39 CertParseError(String where) { argument
40 super(CertException.verf_PARSE_ERROR, where);
/forgerock/openidm-v4/openidm-repo/src/main/java/org/forgerock/openidm/repo/util/
H A DClauses.java45 return and(where(clause));
51 return or(where(clause));
170 * Returns a new where-clause from the provided String expression.
175 public static Clause where(String clause) { method in class:Clauses
186 return new NotClause(where(clause));
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DSQLBuilder.java38 * renders table joins as part of the where clause. Abstract so database implementations may subclass
189 // the where clause is not final because it is not set at build time
307 * Set the where clause.
312 SQLBuilder where(Clause whereClause) { method in class:SQLBuilder
394 * Produce a Renderer to render the where clause.
396 * @return a renderer for the where clause
/forgerock/web-agents-v4/source/varnish/
H A Dagent.c53 enum gethdr_e where; member in struct:header
140 int type, int unset, enum gethdr_e where) {
153 h->where = where;
602 static struct http *get_sess_http(const struct vrt_ctx *ctx, enum gethdr_e where) { argument
604 switch (where) {
691 hp = get_sess_http(ctx, h->where);
733 hp = get_sess_http(ctx, h->where);
139 am_add_header(struct request *r, const char *name, const char *value, int type, int unset, enum gethdr_e where) argument
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c54 enum gethdr_e where; member in struct:header
146 int type, int unset, enum gethdr_e where) {
159 h->where = where;
652 static struct http *get_sess_http(struct sess *ctx, enum gethdr_e where) { argument
654 switch (where) {
727 hp = get_sess_http(ctx, h->where);
776 hp = get_sess_http(ctx, h->where);
145 am_add_header(struct request *r, const char *name, const char *value, int type, int unset, enum gethdr_e where) argument
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 47 milliseconds