Lines Matching refs:variable
20 const char *variable;
105 if (fields[i].variable != NULL &&
106 strcmp(fields[i].variable, name) == 0)
110 return t_strconcat("Missing SQL field for variable: ",
115 fields[i].variable = NULL;
122 if (fields[i].variable != NULL) {
123 return t_strconcat("Unused variable: ",
124 fields[i].variable, NULL);
228 field->variable = p_strndup(ctx->pool, value + 10,
233 field->variable = p_strndup(ctx->pool, value + 6,
238 field->variable = p_strndup(ctx->pool, value + 7,
242 field->variable = p_strdup(ctx->pool, value + 1);