Lines Matching refs:l
281 char const *co, *l, *r; in firebird_handle_quoter() local
300 for (l = unquoted; (r = strchr(l,'\'')); l = r+1) { in firebird_handle_quoter()
301 strncpy(c, l, r-l+1); in firebird_handle_quoter()
302 c += (r-l+1); in firebird_handle_quoter()
308 strncpy(c, l, *quotedlen-(c-*quoted)-1); in firebird_handle_quoter()
401 long l, pindex = -1; in firebird_alloc_prepare_stmt() local
429 for (l = in_quote = in_param = 0; l <= sql_len; ++l) { in firebird_alloc_prepare_stmt()
430 if ( !(in_quote ^= (sql[l] == '\''))) { in firebird_alloc_prepare_stmt()
432 switch (sql[l]) { in firebird_alloc_prepare_stmt()
436 *ppname++ = sql[l]; in firebird_alloc_prepare_stmt()
443 … if ((in_param &= ((sql[l] >= 'A' && sql[l] <= 'Z') || (sql[l] >= 'a' && sql[l] <= 'z') in firebird_alloc_prepare_stmt()
444 … || (sql[l] >= '0' && sql[l] <= '9') || sql[l] == '_' || sql[l] == '-'))) { in firebird_alloc_prepare_stmt()
447 *ppname++ = sql[l]; in firebird_alloc_prepare_stmt()
458 *c++ = sql[l]; in firebird_alloc_prepare_stmt()
570 HMODULE l = GetModuleHandle("fbclient"); in firebird_handle_get_attribute() local
572 if (!l && !(l = GetModuleHandle("gds32"))) { in firebird_handle_get_attribute()
575 info_func = (info_func_t)GetProcAddress(l, "isc_get_client_version"); in firebird_handle_get_attribute()
612 long i = 0, l, sqlcode = isc_sqlcode(s); in pdo_firebird_fetch_error_func() local
617 while ((l = isc_interprete(&buf[i],&s))) { in pdo_firebird_fetch_error_func()
618 i += l; in pdo_firebird_fetch_error_func()