Searched defs:oidstr (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/pgsql/ |
| H A D | pgsql.c | 2191 smart_str oidstr = {0}; local 2192 smart_str_append_unsigned(&oidstr, oid); 2193 smart_str_0(&oidstr); 2194 RETURN_STRINGL(oidstr.c, oidstr.len, 0);
|
| /PHP_TRUNK/ext/pdo_pgsql/ |
| H A D | pgsql_driver.c | 934 char *oidstr; local 942 &oidstr, &oidstrlen, &modestr, &modestrlen)) { 946 oid = (Oid)strtoul(oidstr, &end_ptr, 10); 985 char *oidstr, *end_ptr; local 989 &oidstr, &oidlen)) { 993 oid = (Oid)strtoul(oidstr, &end_ptr, 10);
|
Completed in 46 milliseconds