small_light_parse_double 589 mod_small_light.c sz->cw = small_light_parse_double(r, (char *)apr_table_get(ctx->prm, "cw")); small_light_parse_double 590 mod_small_light.c sz->ch = small_light_parse_double(r, (char *)apr_table_get(ctx->prm, "ch")); small_light_parse_double 592 mod_small_light.c sz->bw = small_light_parse_double(r, (char *)apr_table_get(ctx->prm, "bw")); small_light_parse_double 593 mod_small_light.c sz->bh = small_light_parse_double(r, (char *)apr_table_get(ctx->prm, "bh")); small_light_parse_double 114 mod_small_light.h double small_light_parse_double(request_rec *r, const char *str); small_light_parse_double 272 mod_small_light_imagemagick.c double q = small_light_parse_double(r, (char *)apr_table_get(ctx->prm, "q")); small_light_parse_double 511 mod_small_light_imlib2.c double q = small_light_parse_double(r, (char *)apr_table_get(ctx->prm, "q"));