Home
last modified time | relevance | path

Searched refs:fld_len (Results 1 – 1 of 1) sorted by relevance

/PHP-5.4/ext/pgsql/
H A Dpgsql.c6161 uint fld_len; local
6193 &fld_len, &num_idx, 0, &pos)) != HASH_KEY_NON_EXISTANT) {
6198 smart_str_appendl(&querystr, fld, fld_len - 1);
6298 uint fld_len; local
6308 key_type = zend_hash_get_current_key_ex(ht, &fld, &fld_len, &num_idx, 0, &pos);
6313 smart_str_appendl(querystr, fld, fld_len - 1);

Completed in 27 milliseconds