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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c20881 HashElem *new_elem; /* New element added to the pH */ local
20904 new_elem = (HashElem*)sqlite3Malloc( sizeof(HashElem) );
20905 if( new_elem==0 ) return data;
20906 new_elem->pKey = pKey;
20907 new_elem->nKey = nKey;
20908 new_elem->data = data;
20917 insertElement(pH, &pH->ht[h], new_elem);
20919 insertElement(pH, 0, new_elem);
110776 Fts3HashElem *new_elem; /* New element added to the pH */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c20881 HashElem *new_elem; /* New element added to the pH */ local
20904 new_elem = (HashElem*)sqlite3Malloc( sizeof(HashElem) );
20905 if( new_elem==0 ) return data;
20906 new_elem->pKey = pKey;
20907 new_elem->nKey = nKey;
20908 new_elem->data = data;
20917 insertElement(pH, &pH->ht[h], new_elem);
20919 insertElement(pH, 0, new_elem);
110776 Fts3HashElem *new_elem; /* New element added to the pH */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c20881 HashElem *new_elem; /* New element added to the pH */ local
20904 new_elem = (HashElem*)sqlite3Malloc( sizeof(HashElem) );
20905 if( new_elem==0 ) return data;
20906 new_elem->pKey = pKey;
20907 new_elem->nKey = nKey;
20908 new_elem->data = data;
20917 insertElement(pH, &pH->ht[h], new_elem);
20919 insertElement(pH, 0, new_elem);
110776 Fts3HashElem *new_elem; /* New element added to the pH */ local
[all...]

Completed in 706 milliseconds