Searched refs:notes (Results 1 - 25 of 27) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DPublicAPI.java144 * Retrieves a string that may contain additional notes that should
148 * @return A string that may contain additional notes that should
152 String notes() default "";
H A DCacheEntry.java44 notes="This should only be used within a backend")
/forgerock/opendj2/src/server/org/opends/server/types/
H A DPublicAPI.java143 * Retrieves a string that may contain additional notes that should
147 * @return A string that may contain additional notes that should
151 String notes() default "";
H A DCacheEntry.java43 notes="This should only be used within a backend")
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DPublicAPI.java144 * Retrieves a string that may contain additional notes that should
148 * @return A string that may contain additional notes that should
152 String notes() default "";
H A DCacheEntry.java44 notes="This should only be used within a backend")
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DPublicAPI.java144 * Retrieves a string that may contain additional notes that should
148 * @return A string that may contain additional notes that should
152 String notes() default "";
H A DCacheEntry.java44 notes="This should only be used within a backend")
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DPublicAPI.java143 * Retrieves a string that may contain additional notes that should
147 * @return A string that may contain additional notes that should
151 String notes() default "";
H A DCacheEntry.java43 notes="This should only be used within a backend")
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DPublicAPI.java145 * Retrieves a string that may contain additional notes that should
149 * return A string that may contain additional notes that should
153 String notes() default "";
H A DCacheEntry.java38 notes="This should only be used within a backend")
/forgerock/web-agents-v4/source/apache/
H A Dagent.c343 NOTNULL(apr_table_get(r->notes, amagent_post_filter_name)),
409 apr_table_unset(r->notes, amagent_post_filter_name);
427 sr->notes = r->notes;
525 apr_table_unset(r->notes, amagent_post_filter_name);
531 apr_table_set(r->notes, amagent_post_filter_name, encoded);
741 const char *data = apr_table_get(r->notes, amagent_post_filter_name);
750 apr_table_unset(r->notes, amagent_post_filter_name);
772 apr_table_unset(r->notes, amagent_post_filter_name);
/forgerock/opendj2/src/server/org/opends/server/api/
H A DEntryCache.java82 notes="Entry cache methods may only be invoked by backends")
H A DClientConnection.java206 notes="This method should only be invoked by connection " +
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DEntryCache.java83 notes="Entry cache methods may only be invoked by backends")
H A DClientConnection.java207 notes="This method should only be invoked by connection " +
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DEntryCache.java83 notes="Entry cache methods may only be invoked by backends")
H A DClientConnection.java207 notes="This method should only be invoked by connection " +
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DEntryCache.java82 notes="Entry cache methods may only be invoked by backends")
H A DClientConnection.java206 notes="This method should only be invoked by connection " +
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DEntryCache.java83 notes="Entry cache methods may only be invoked by backends")
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DEntryCache.java75 notes="Entry cache methods may only be invoked by backends")
/forgerock/web-agents-v4/source/varnish/
H A Dagent.c66 char *notes; member in struct:request
363 NOTNULL(req->notes), am_status_value(ar->status));
520 req->notes = encoded;
641 am_free(e->notes);
642 e->notes = NULL;
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c67 char *notes; member in struct:request
413 NOTNULL(req->notes), am_status_value(ar->status));
570 req->notes = encoded;
691 am_free(e->notes);
692 e->notes = NULL;

Completed in 70 milliseconds

12