Searched refs:typestring (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dpsql.c505 char *typestring; local in function:Lisp_PQgetvalue
508 typestring = ATOMID(type);
510 if (strcmp(typestring, "INT16") == 0) {
515 else if (strcmp(typestring, "INT32") == 0) {
520 else if (strcmp(typestring, "FLOAT") == 0) {
525 else if (strcmp(typestring, "REAL") == 0) {
530 else if (strcmp(typestring, "PG-POLYGON") == 0)
532 else if (strcmp(typestring, "STRING") != 0)
534 STRFUN(builtin), typestring);

Completed in 3 milliseconds