Lines Matching refs:ptr
544 const char *ptr;
557 rc = ajp_msg_get_string(msg, &ptr);
560 ptr = apr_pstrdup(r->pool, ptr);
561 ap_xlate_proto_from_ascii(ptr, strlen(ptr));
563 r->status_line = apr_psprintf(r->pool, "%d %s", status, ptr);
784 apr_uint16_t *len, char **ptr)
824 *ptr = (char *)&(msg->buf[msg->pos]);
854 apr_status_t ajp_alloc_data_msg(apr_pool_t *pool, char **ptr, apr_size_t *len,
862 *ptr = (char *)&((*msg)->buf[6]);