Home
last modified time | relevance | path

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

/PHP-5.4/ext/odbc/
H A Dphp_odbc_includes.h229 char laststate[6]; member
270 char laststate[6]; variable
H A Dphp_odbc.c822 memset(ODBCG(laststate), '\0', 6); in PHP_RINIT_FUNCTION()
898 memcpy(conn_resource->laststate, state, sizeof(state)); in odbc_sql_error()
901 memcpy(ODBCG(laststate), state, sizeof(state)); in odbc_sql_error()
3002 strlcpy(ptr, conn->laststate, len+1); in php_odbc_lasterror()
3009 strlcpy(ptr, ODBCG(laststate), len+1); in php_odbc_lasterror()
/PHP-5.4/ext/ereg/regex/
H A Dregex2.h120 sopno laststate; /* the final OEND */ member
H A Ddebug.c31 (long)g->laststate);
H A Dengine.c79 const register sopno gl = g->laststate;
H A Dregcomp.c172 g->laststate = THERE();

Completed in 30 milliseconds