Searched defs:end_ptr (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/pdo_pgsql/ |
| H A D | pgsql_driver.c | 909 char *end_ptr; local 916 oid = (Oid)strtoul(oidstr, &end_ptr, 10); 952 char *oidstr, *end_ptr; local 960 oid = (Oid)strtoul(oidstr, &end_ptr, 10);
|
| H A D | pgsql_statement.c | 527 char *end_ptr; local 528 Oid oid = (Oid)strtoul(*ptr, &end_ptr, 10);
|
| /PHP_TRUNK/ext/pgsql/ |
| H A D | pgsql.c | 2114 char *tmp_oid, *end_ptr, *tmp_name; local 2144 if (!ret && strtoul(tmp_oid, &end_ptr, 10)==oid) { 2979 char *end_ptr; 2980 wanted_oid = (Oid)strtoul(Z_STRVAL_P(oid), &end_ptr, 10); 2981 if ((Z_STRVAL_P(oid)+Z_STRLEN_P(oid)) != end_ptr) { 3023 char *oid_string, *end_ptr; local 3033 oid = (Oid)strtoul(oid_string, &end_ptr, 10); 3034 if ((oid_string+oid_strlen) != end_ptr) { 3050 oid = (Oid)strtoul(oid_string, &end_ptr, 10); 3051 if ((oid_string+oid_strlen) != end_ptr) { 3093 char *oid_string, *end_ptr, *mode_string; local 3424 char *file_out, *oid_string, *end_ptr; local [all...] |
Completed in 10 milliseconds