Displaying 10 results from an estimated 10 matches for "mysql_row".
2011 Jan 25
2
[LLVMdev] Update PHINode after extracting code
Hi all,
I have problem with ExtractCodeRegion (CodeExtractor.cpp).
My original program is as follows.
bb:
...
%tmp.15 = load %struct.MYSQL_ROWS** %3, align 4
...
bb1:
...
%tmp.1 = load %struct.MYSQL_ROWS** %6, align 4
...
bb4: ; preds = %bb1, %bb,
%entry
%tmp.0 = phi %struct.MYSQL_ROWS* [ null, %entry ], [ %tmp.15, %bb ], [
%tmp.1, %bb1 ]
%tmp.0 is the PHINode whose value is from ent...
2011 Jan 27
0
[LLVMdev] Update PHINode after extracting code
...ink this will not work, please let me
know.
Thanks.
Vu
On Tue, Jan 25, 2011 at 12:33 AM, Vu Le <vmle at ucdavis.edu> wrote:
> Hi all,
> I have problem with ExtractCodeRegion (CodeExtractor.cpp).
> My original program is as follows.
> bb:
> ...
> %tmp.15 = load %struct.MYSQL_ROWS** %3, align 4
> ...
> bb1:
> ...
> %tmp.1 = load %struct.MYSQL_ROWS** %6, align 4
> ...
> bb4: ; preds = %bb1, %bb,
> %entry
> %tmp.0 = phi %struct.MYSQL_ROWS* [ null, %entry ], [ %tmp.15, %bb ], [
> %tmp.1, %bb1 ]
&...
2004 Jun 08
1
Meetme2
...ion)
app_meetme2.c:142: `MYSQL' undeclared (first use in this function)
app_meetme2.c:142: parse error before "myconn"
app_meetme2.c:143: `MYSQL_RES' undeclared (first use in this function)
app_meetme2.c:143: `result' undeclared (first use in this function)
app_meetme2.c:144: `MYSQL_ROW' undeclared (first use in this function)
app_meetme2.c:144: parse error before "row"
app_meetme2.c:145: `my_ulonglong' undeclared (first use in this function)
app_meetme2.c:153: `CONNECTION_BAD' undeclared (first use in this function)
app_meetme2.c:164: `PGRES_TUPLES_OK' u...
2004 Aug 23
1
Problem with mysql and with asterisk
...nes.h:35: `MYSQL_RES' undeclared (first use in this function)
mysql-vm-routines.h:35: (Each undeclared identifier is reported only once
mysql-vm-routines.h:35: for each function it appears in.)
mysql-vm-routines.h:35: `result' undeclared (first use in this function)
mysql-vm-routines.h:36: `MYSQL_ROW' undeclared (first use in this function)
mysql-vm-routines.h:36: parse error before "rowval"
mysql-vm-routines.h:37: `MYSQL_FIELD' undeclared (first use in this
function)
mysql-vm-routines.h:37: `fields' undeclared (first use in this function)
mysql-vm-routines.h:68: warning:...
2005 Jan 29
2
problem in compiling asterisk addon
i have problem in compiling asterisk-addons 1.0.1
---------------------------------------------------------
[root@kamran asterisk-addons-1.0.1]# make
cc -fPIC -I../asterisk -D_GNU_SOURCE
-I/usr/local/mysql/include -c -o
cdr_addon_mysql.o cdr_addon_mysql.c
../asterisk: Not a directory
make: *** [cdr_addon_mysql.o] Error 1
---------------------------------------------------------
i want to
2004 Apr 12
1
Voicemail config from database
...nes.h:35: `MYSQL_RES' undeclared (first use in this function)
mysql-vm-routines.h:35: (Each undeclared identifier is reported only once
mysql-vm-routines.h:35: for each function it appears in.)
mysql-vm-routines.h:35: `result' undeclared (first use in this function)
mysql-vm-routines.h:36: `MYSQL_ROW' undeclared (first use in this function)
mysql-vm-routines.h:36: parse error before "rowval"
mysql-vm-routines.h:37: `MYSQL_FIELD' undeclared (first use in this
function)
mysql-vm-routines.h:37: `fields' undeclared (first use in this function)
mysql-vm-routines.h:69: warning:...
2005 Mar 14
2
Install the RMySQL
...is function)
RS-MySQL.c:595: `FIELD_TYPE_SET' undeclared (first use in
this function)
RS-MySQL.c: In function `RS_MySQL_fetch':
RS-MySQL.c:620: `MYSQL_RES' undeclared (first use in this
function)
RS-MySQL.c:620: `my_result' undeclared (first use in this
function)
RS-MySQL.c:621: `MYSQL_ROW' undeclared (first use in this
function)
RS-MySQL.c:621: parse error before "row"
RS-MySQL.c:658: parse error before ')' token
RS-MySQL.c:676: `row' undeclared (first use in this function)
RS-MySQL.c:681: `MYSQL' undeclared (first use in this
function)
RS-MySQL.c:681...
2004 Apr 18
1
Samba 3.0.3pre2 & MySQL compilation problem
...ype or storage class
passdb/pdb_mysql.c:38: parse error before '}' token
passdb/pdb_mysql.c:38: warning: data definition has no type or storage class
passdb/pdb_mysql.c:61: parse error before '*' token
passdb/pdb_mysql.c: In function `row_to_sam_account':
passdb/pdb_mysql.c:63: `MYSQL_ROW' undeclared (first use in this function)
passdb/pdb_mysql.c:63: (Each undeclared identifier is reported only once
passdb/pdb_mysql.c:63: for each function it appears in.)
passdb/pdb_mysql.c:63: parse error before "row"
passdb/pdb_mysql.c:68: `r' undeclared (first use in this funct...
2006 Nov 22
11
Rewriting caller ID from database?
Hi
Most of our customers have generic names like "Hospital", so I need to
rewrite their caller ID name by looking up the number in a database on the
Asterisk server, and rewriting the name such as "Reading Hospital" so that
we know who's calling.
Any idea if this can be done with Asterisk, and how to do it?
Thank you.
2004 Apr 12
0
RE: Asterisk-Users digest, Vol 1 #3408 - 12 msgs
...nes.h:35: `MYSQL_RES' undeclared (first use in this function)
mysql-vm-routines.h:35: (Each undeclared identifier is reported only once
mysql-vm-routines.h:35: for each function it appears in.)
mysql-vm-routines.h:35: `result' undeclared (first use in this function)
mysql-vm-routines.h:36: `MYSQL_ROW' undeclared (first use in this function)
mysql-vm-routines.h:36: parse error before "rowval"
mysql-vm-routines.h:37: `MYSQL_FIELD' undeclared (first use in this
function)
mysql-vm-routines.h:37: `fields' undeclared (first use in this function)
mysql-vm-routines.h:69: warning:...